pg56714 commited on
Commit
980867a
·
verified ·
1 Parent(s): 204d190

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +7 -0
prompts.yaml CHANGED
@@ -319,3 +319,10 @@
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
+ Thought: I have completed the task and am now returning the final answer.
325
+ Code:
326
+ ```py
327
+ final_answer({{ answer }})
328
+ ```<end_code>