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

Fixed prompt template again

Browse files
Files changed (1) hide show
  1. prompts.yaml +2 -6
prompts.yaml CHANGED
@@ -83,12 +83,8 @@ planning:
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: |-
 
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
+ pre_messages: |-
87
+ Your task is complete. You must now return the final answer.
 
 
 
 
88
 
89
  managed_agent:
90
  task: |-