Anmo0l commited on
Commit
46c1b45
·
verified ·
1 Parent(s): 178ca8b

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +10 -0
prompts.yaml CHANGED
@@ -319,3 +319,13 @@
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
+ pre_messages: |-
325
+ You are an AI assistant that has finished solving the task.
326
+
327
+ Provide the final answer clearly and concisely to the user.
328
+ Do not include Thought or Code sections.
329
+
330
+ post_messages: |-
331
+ Return the result using the `final_answer` tool.