Csuarezg commited on
Commit
610808e
·
verified ·
1 Parent(s): 6e02020

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
+ final_answer: |-
323
+ Use the `final_answer` tool to return your completed solution.
324
+ Anything not wrapped in a `final_answer(...)` call will be discarded.
325
+
326
+ Example syntax inside your code steps:
327
+
328
+ final_answer("Here is my answer: …")