Spaces:
Runtime error
Runtime error
Scott Cogan commited on
Commit ·
0652d95
1
Parent(s): 655b2f6
fix: add template node to system prompt to ensure valid Jinja2 template
Browse files- prompts.yaml +2 -0
prompts.yaml
CHANGED
|
@@ -39,6 +39,8 @@ prompt_templates:
|
|
| 39 |
9. The state persists between code executions.
|
| 40 |
10. Don't give up! You're in charge of solving the task, not providing directions to solve it.
|
| 41 |
|
|
|
|
|
|
|
| 42 |
final_answer:
|
| 43 |
text: |
|
| 44 |
You have reached the final step of your task. Use the final_answer tool to submit your answer.
|
|
|
|
| 39 |
9. The state persists between code executions.
|
| 40 |
10. Don't give up! You're in charge of solving the task, not providing directions to solve it.
|
| 41 |
|
| 42 |
+
Current task: {{ task }}
|
| 43 |
+
|
| 44 |
final_answer:
|
| 45 |
text: |
|
| 46 |
You have reached the final step of your task. Use the final_answer tool to submit your answer.
|