Spaces:
Runtime error
Runtime error
Update prompts.yaml
Browse files- prompts.yaml +4 -4
prompts.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
|
| 2 |
final_answer({{answer}})
|
| 3 |
|
| 4 |
-
|
| 5 |
You are an expert assistant who can solve any task using code blobs. You will be given a task to solve as best you can.
|
| 6 |
To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.
|
| 7 |
To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.
|
|
@@ -175,7 +175,7 @@
|
|
| 175 |
10. Don't give up! You're in charge of solving the task, not providing directions to solve it.
|
| 176 |
|
| 177 |
Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
|
| 178 |
-
|
| 179 |
"initial_facts": |-
|
| 180 |
Below I will present you a task.
|
| 181 |
|
|
@@ -302,7 +302,7 @@
|
|
| 302 |
After writing the final step of the plan, write the '\n<end_plan>' tag and stop there.
|
| 303 |
|
| 304 |
Now write your new plan below.
|
| 305 |
-
|
| 306 |
"task": |-
|
| 307 |
You're a helpful agent named '{{name}}'.
|
| 308 |
You have been submitted this task by your manager.
|
|
|
|
| 1 |
+
final_answer: |-
|
| 2 |
final_answer({{answer}})
|
| 3 |
|
| 4 |
+
system_prompt: |-
|
| 5 |
You are an expert assistant who can solve any task using code blobs. You will be given a task to solve as best you can.
|
| 6 |
To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.
|
| 7 |
To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.
|
|
|
|
| 175 |
10. Don't give up! You're in charge of solving the task, not providing directions to solve it.
|
| 176 |
|
| 177 |
Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
|
| 178 |
+
planning:
|
| 179 |
"initial_facts": |-
|
| 180 |
Below I will present you a task.
|
| 181 |
|
|
|
|
| 302 |
After writing the final step of the plan, write the '\n<end_plan>' tag and stop there.
|
| 303 |
|
| 304 |
Now write your new plan below.
|
| 305 |
+
managed_agent:
|
| 306 |
"task": |-
|
| 307 |
You're a helpful agent named '{{name}}'.
|
| 308 |
You have been submitted this task by your manager.
|