Expect query before tool in response to give think space in research prompt

This commit is contained in:
Debanjum 2024-11-01 17:48:35 -07:00
parent 1a83bbcc94
commit ab321dc518

View file

@ -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()
)