SamarthPujari commited on
Commit
559cf78
·
verified ·
1 Parent(s): c259452

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +16 -6
prompts.yaml CHANGED
@@ -320,9 +320,19 @@
320
  Here is the final answer from your managed agent '{{name}}':
321
  {{final_answer}}
322
 
323
- final_answer:
324
- system: |
325
- You are a helpful AI assistant that summarizes answers clearly.
326
- user: |
327
- ✅ Final Answer:
328
- {{answer}}
 
 
 
 
 
 
 
 
 
 
 
320
  Here is the final answer from your managed agent '{{name}}':
321
  {{final_answer}}
322
 
323
+ "final_answer": |-
324
+ You have now completed the task.
325
+
326
+ Please return the final output in the following structure:
327
+
328
+ ### 1. Task outcome (short version):
329
+ A one-sentence, concise answer to the task.
330
+
331
+ ### 2. Task outcome (detailed version):
332
+ A clear, complete explanation of how the answer was obtained, including any important intermediate results or reasoning steps.
333
+
334
+ ### 3. Additional context (if relevant):
335
+ Any extra helpful information, caveats, or related facts that could aid the user.
336
+
337
+ Final Answer:
338
+ {{final_answer}}