Spaces:
Runtime error
Runtime error
Update prompts.yaml
Browse files- prompts.yaml +13 -11
prompts.yaml
CHANGED
@@ -172,6 +172,7 @@
|
|
172 |
10. Don't give up! You're in charge of solving the task, not providing directions to solve it.
|
173 |
|
174 |
Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
|
|
|
175 |
"planning":
|
176 |
"initial_facts": |-
|
177 |
Below I will present you a task.
|
@@ -299,6 +300,7 @@
|
|
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}}'.
|
@@ -319,14 +321,14 @@
|
|
319 |
"report": |-
|
320 |
Here is the final answer from your managed agent '{{name}}':
|
321 |
{{final_answer}}
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
|
|
172 |
10. Don't give up! You're in charge of solving the task, not providing directions to solve it.
|
173 |
|
174 |
Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
|
175 |
+
|
176 |
"planning":
|
177 |
"initial_facts": |-
|
178 |
Below I will present you a task.
|
|
|
300 |
After writing the final step of the plan, write the '\n<end_plan>' tag and stop there.
|
301 |
|
302 |
Now write your new plan below.
|
303 |
+
|
304 |
"managed_agent":
|
305 |
"task": |-
|
306 |
You're a helpful agent named '{{name}}'.
|
|
|
321 |
"report": |-
|
322 |
Here is the final answer from your managed agent '{{name}}':
|
323 |
{{final_answer}}
|
324 |
+
|
325 |
+
"final_answer": |-
|
326 |
+
I'll now provide you with the final answer to the task.
|
327 |
+
|
328 |
+
Task:
|
329 |
+
```
|
330 |
+
{{task}}
|
331 |
+
```
|
332 |
+
|
333 |
+
Answer:
|
334 |
+
{{answer}}
|