Spaces:
Paused
Paused
fix: add missing final_answer template section
Browse files- prompts.yaml +8 -0
prompts.yaml
CHANGED
|
@@ -299,6 +299,14 @@
|
|
| 299 |
After writing the final step of the plan, write the '\n<end_plan>' tag and stop there.
|
| 300 |
|
| 301 |
Now write your new plan below.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 302 |
"managed_agent":
|
| 303 |
"task": |-
|
| 304 |
You're a helpful agent named '{{name}}'.
|
|
|
|
| 299 |
After writing the final step of the plan, write the '\n<end_plan>' tag and stop there.
|
| 300 |
|
| 301 |
Now write your new plan below.
|
| 302 |
+
"final_answer":
|
| 303 |
+
"pre_messages": |-
|
| 304 |
+
You have been asked to solve the following task:
|
| 305 |
+
{{task}}
|
| 306 |
+
You were unable to solve this task completely within the time and resources available to you.
|
| 307 |
+
Please provide a final answer based on what you have accomplished so far.
|
| 308 |
+
"post_messages": |-
|
| 309 |
+
Based on your work, here is your final answer to the task.
|
| 310 |
"managed_agent":
|
| 311 |
"task": |-
|
| 312 |
You're a helpful agent named '{{name}}'.
|