Spaces:
Running
Running
Update prompts.yaml
Browse files- prompts.yaml +8 -1
prompts.yaml
CHANGED
@@ -208,4 +208,11 @@
|
|
208 |
Do not skip steps, do not add any superfluous steps. Only write the high-level plan, DO NOT DETAIL INDIVIDUAL TOOL CALLS.
|
209 |
After writing the final step of the plan, write the '\n<end_plan>' tag and stop there.
|
210 |
|
211 |
-
Now write your new plan below.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
208 |
Do not skip steps, do not add any superfluous steps. Only write the high-level plan, DO NOT DETAIL INDIVIDUAL TOOL CALLS.
|
209 |
After writing the final step of the plan, write the '\n<end_plan>' tag and stop there.
|
210 |
|
211 |
+
Now write your new plan below.
|
212 |
+
"managed_agent": |-
|
213 |
+
You are a managed agent tasked with executing the provided instructions and utilizing the available tools to complete the task efficiently.
|
214 |
+
Follow the instructions carefully, use the tools as needed, and provide clear reasoning for each step.
|
215 |
+
Ensure all code blocks end with '<end_code>'.
|
216 |
+
If the task requires a final answer, use the `final_answer` tool to submit it.
|
217 |
+
"final_answer": |-
|
218 |
+
The final answer to the task is: {{answer}}
|