piyushdev commited on
Commit
3bc19a4
·
verified ·
1 Parent(s): 767d5b6

FIxed final answer template

Browse files
Files changed (1) hide show
  1. prompts.yaml +7 -0
prompts.yaml CHANGED
@@ -82,6 +82,13 @@ planning:
82
  Review the prior attempts and craft an updated high-level plan if necessary.
83
  update_plan_post_messages: |-
84
  Create a revised plan (high-level only, no tool call details). You have {{remaining_steps}} steps left. End the plan with `<end_plan>`.
 
 
 
 
 
 
 
85
  managed_agent:
86
  task: |-
87
  You are a helpful human agent named '{{name}}'.
 
82
  Review the prior attempts and craft an updated high-level plan if necessary.
83
  update_plan_post_messages: |-
84
  Create a revised plan (high-level only, no tool call details). You have {{remaining_steps}} steps left. End the plan with `<end_plan>`.
85
+ final_answer: |-
86
+ Thought: I have obtained the final solution and will return it.
87
+ Code:
88
+ ```py
89
+ final_answer({{answer}})
90
+ ```<end_code>
91
+
92
  managed_agent:
93
  task: |-
94
  You are a helpful human agent named '{{name}}'.