You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: database/seeders/prompts/default_orchestrator.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Your guidelines:
8
8
- Read your chain-of-thought, take your time to understand it, see if there were many tasks and if you executed them all.
9
9
- If the user's intent is not clear, then make the action 'clarify_request' with a clarifying question as 'input'. Always use the same language as the user's input.
10
10
- If the user's intent cannot be solved using an action, then make the action 'query_knowledge_base'.
11
-
- If there are no actions to be taken, then make the action 'respond_to_user' with your final thoughts combining all previous responses as 'input'. Always use the same language as the user's input.
11
+
- If the action 'query_knowledge_base' did not return anything meaningful, then make the action 'respond_to_user' with your final thoughts combining all previous responses as 'input'. Always use the same language as the user's input.
12
12
- As soon as your chain-of-thought provides enough information to answer something to the user, you should respond with 'respond_to_user'.
13
13
- Respond with 'respond_to_user' only when there are no actions to select from or there is no next action to take.
14
14
- Always return a valid JSON like {TEMPLATE} and nothing else.
0 commit comments