Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +5 -2
prompts.yaml
CHANGED
|
@@ -321,7 +321,10 @@
|
|
| 321 |
{{final_answer}}
|
| 322 |
final_answer: # <--- This key now starts a dictionary
|
| 323 |
pre_messages: |- # <--- This is a required key INSIDE final_answer
|
| 324 |
-
You have successfully solved the task and obtained the final answer.
|
| 325 |
|
| 326 |
template: |- # <--- This is likely another required key for the actual answer format
|
| 327 |
-
{{answer}} # <--- This is the template that formats the input to final_answer(...)
|
|
|
|
|
|
|
|
|
|
|
|
| 321 |
{{final_answer}}
|
| 322 |
final_answer: # <--- This key now starts a dictionary
|
| 323 |
pre_messages: |- # <--- This is a required key INSIDE final_answer
|
| 324 |
+
You have successfully solved the task and obtained the final answer. Format the final answer below. # <--- Template text before the answer generation
|
| 325 |
|
| 326 |
template: |- # <--- This is likely another required key for the actual answer format
|
| 327 |
+
{{answer}} # <--- This is the template that formats the input to final_answer(...)
|
| 328 |
+
|
| 329 |
+
post_messages: |- # <--- ADD THIS REQUIRED KEY
|
| 330 |
+
Task completion output generated. # <--- Placeholder template text after generation
|