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

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +6 -5
prompts.yaml CHANGED
@@ -319,10 +319,11 @@
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: …")
 
319
  "report": |-
320
  Here is the final answer from your managed agent '{{name}}':
321
  {{final_answer}}
322
+ final_answer:
323
+ pre_messages: |-
324
+ An agent tried to answer a user query but it got stuck and failed to do so. You are tasked with providing an answer instead.
325
 
326
+ Here is the agent's memory:
327
+ post_messages: |-
328
+ Based on the above, please provide an answer to the following user task: {{task}}
329