Spaces:
Runtime error
Runtime error
Scott Cogan commited on
Commit ·
a4bc6cb
1
Parent(s): c58d1a2
Fix: Add pre_messages template for final_answer
Browse files- prompts.yaml +6 -0
prompts.yaml
CHANGED
|
@@ -188,6 +188,12 @@ prompt_templates:
|
|
| 188 |
You have reached the final step of your task. Use the final_answer tool to submit your answer.
|
| 189 |
The answer should be clear, concise, and directly address the original question.
|
| 190 |
Format: final_answer(your_answer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
|
| 192 |
planning:
|
| 193 |
initial_facts: |-
|
|
|
|
| 188 |
You have reached the final step of your task. Use the final_answer tool to submit your answer.
|
| 189 |
The answer should be clear, concise, and directly address the original question.
|
| 190 |
Format: final_answer(your_answer)
|
| 191 |
+
pre_messages: |-
|
| 192 |
+
You are about to submit your final answer. Make sure it is:
|
| 193 |
+
1. Clear and concise
|
| 194 |
+
2. Directly addresses the original question
|
| 195 |
+
3. Based on the information gathered
|
| 196 |
+
4. Uses the final_answer tool correctly
|
| 197 |
|
| 198 |
planning:
|
| 199 |
initial_facts: |-
|