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

Fixed template error

Browse files
Files changed (1) hide show
  1. prompts.yaml +7 -6
prompts.yaml CHANGED
@@ -82,12 +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
- 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: |-
 
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
+ template: |-
87
+ Thought: I have obtained the final solution and will return it.
88
+ Code:
89
+ ```py
90
+ final_answer({{answer}})
91
+ ```<end_code>
92
 
93
  managed_agent:
94
  task: |-