mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Expect query before tool in response to give think space in research prompt
This commit is contained in:
parent
1a83bbcc94
commit
ab321dc518
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@ Which of the tool AIs listed below would you use to answer the user's question?
|
|||
|
||||
Return the next tool AI to use and the query to ask it. Your response should always be a valid JSON object. Do not say anything else.
|
||||
Response format:
|
||||
{{"scratchpad": "<your_scratchpad_to_reason_about_which_tool_to_use>", "tool": "<name_of_tool_ai>", "query": "<your_detailed_query_for_the_tool_ai>"}}
|
||||
{{"scratchpad": "<your_scratchpad_to_reason_about_which_tool_to_use>", "query": "<your_detailed_query_for_the_tool_ai>", "tool": "<name_of_tool_ai>"}}
|
||||
""".strip()
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue