Fixed prompt template again
Browse files- 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 |
-
|
| 87 |
-
|
| 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: |-
|