sagar007 commited on
Commit
a0f5277
·
verified ·
1 Parent(s): 8d98f1d

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +12 -0
prompts.yaml CHANGED
@@ -319,3 +319,15 @@
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:
325
+ The user's query has been addressed. I have gathered all the necessary information and completed the required tasks. I will now provide the final, comprehensive answer.
326
+ Action:
327
+ ```json
328
+ {
329
+ "tool_name": "FinalAnswer",
330
+ "parameters": {
331
+ "answer": "{answer}"
332
+ }
333
+ }