Spaces:
Runtime error
Runtime error
Scott Cogan commited on
Commit ·
c6d58f3
1
Parent(s): 80423a4
Add final_answer prompt template in correct format
Browse files- prompts.yaml +5 -0
prompts.yaml
CHANGED
|
@@ -181,6 +181,11 @@
|
|
| 181 |
|
| 182 |
Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
|
| 183 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
"planning":
|
| 185 |
"initial_facts": |-
|
| 186 |
Below I will present you a task.
|
|
|
|
| 181 |
|
| 182 |
Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
|
| 183 |
|
| 184 |
+
"final_answer": |-
|
| 185 |
+
You have reached the final step of your task. Use the final_answer tool to submit your answer.
|
| 186 |
+
The answer should be clear, concise, and directly address the original question.
|
| 187 |
+
Format: final_answer(your_answer)
|
| 188 |
+
|
| 189 |
"planning":
|
| 190 |
"initial_facts": |-
|
| 191 |
Below I will present you a task.
|