Spaces:
Runtime error
Runtime error
Scott Cogan commited on
Commit ·
c4244ab
1
Parent(s): a4bc6cb
Fix: Add post_messages template for final_answer
Browse files- prompts.yaml +7 -0
prompts.yaml
CHANGED
|
@@ -194,6 +194,13 @@ prompt_templates:
|
|
| 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: |-
|
|
|
|
| 194 |
2. Directly addresses the original question
|
| 195 |
3. Based on the information gathered
|
| 196 |
4. Uses the final_answer tool correctly
|
| 197 |
+
post_messages: |-
|
| 198 |
+
You have submitted your final answer. The answer should now be complete and ready for evaluation.
|
| 199 |
+
Remember that your answer should be:
|
| 200 |
+
1. Based on the information you gathered
|
| 201 |
+
2. Directly addressing the original question
|
| 202 |
+
3. Clear and well-structured
|
| 203 |
+
4. Using the final_answer tool correctly
|
| 204 |
|
| 205 |
planning:
|
| 206 |
initial_facts: |-
|