Spaces:
Runtime error
Runtime error
Scott Cogan commited on
Commit ·
dffbc5b
1
Parent(s): 74e6d68
Add final_answer prompt template
Browse files- prompts.yaml +6 -0
prompts.yaml
CHANGED
|
@@ -180,6 +180,12 @@
|
|
| 180 |
10. Don't give up! You're in charge of solving the task, not providing directions to solve it.
|
| 181 |
|
| 182 |
Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 183 |
"planning":
|
| 184 |
"initial_facts": |-
|
| 185 |
Below I will present you a task.
|
|
|
|
| 180 |
10. Don't give up! You're in charge of solving the task, not providing directions to solve it.
|
| 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 |
+
Make sure your answer is clear, concise, and directly addresses the original question.
|
| 187 |
+
If you're unsure about any part of your answer, explain your reasoning.
|
| 188 |
+
|
| 189 |
"planning":
|
| 190 |
"initial_facts": |-
|
| 191 |
Below I will present you a task.
|