mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Encourage output mode chat actor to output only json and nothing else
Latest claude model wanted to say more than just give the json output. The updated prompt encourages the model to ouput just json. This is similar to what is already being done for other prompts
This commit is contained in:
parent
abad5348a0
commit
8d588e0765
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ AI: It's currently 28°C and partly cloudy in Bali.
|
|||
Q: Share a painting using the weather for Bali every morning.
|
||||
Khoj: {{"output": "automation"}}
|
||||
|
||||
Now it's your turn to pick the mode you would like to use to answer the user's question. Provide your response as a JSON.
|
||||
Now it's your turn to pick the mode you would like to use to answer the user's question. Provide your response as a JSON. Do not say anything else.
|
||||
|
||||
Chat History:
|
||||
{chat_history}
|
||||
|
|
Loading…
Reference in a new issue