praiseorji4 commited on
Commit
8c180ea
·
verified ·
1 Parent(s): 3f14f32

Update prompts.yaml

Browse files

Add final_answer template

Files changed (1) hide show
  1. prompts.yaml +11 -0
prompts.yaml CHANGED
@@ -319,3 +319,14 @@
319
  "report": |-
320
  Here is the final answer from your managed agent '{{name}}':
321
  {{final_answer}}
 
 
 
 
 
 
 
 
 
 
 
 
319
  "report": |-
320
  Here is the final answer from your managed agent '{{name}}':
321
  {{final_answer}}
322
+
323
+ "final_answer": |-
324
+ You have successfully solved the task! Now you need to provide your final answer using the `final_answer` tool.
325
+
326
+ Your answer should be clear and complete, containing all the information requested in the original task.
327
+
328
+ Remember to use the exact format:
329
+ Code:
330
+ ```py
331
+ final_answer(your_answer_here)
332
+ ```<end_code>