Spaces:
Runtime error
Runtime error
Update prompts.yaml
Browse files- prompts.yaml +2 -2
prompts.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
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.
|
3 |
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.
|
4 |
To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.
|
@@ -174,7 +174,7 @@
|
|
174 |
|
175 |
Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
|
176 |
|
177 |
-
|
178 |
Thought: I now know the final answer.
|
179 |
Code:
|
180 |
```py
|
|
|
1 |
+
system_prompt: |-
|
2 |
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.
|
3 |
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.
|
4 |
To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.
|
|
|
174 |
|
175 |
Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
|
176 |
|
177 |
+
final_answer: |-
|
178 |
Thought: I now know the final answer.
|
179 |
Code:
|
180 |
```py
|