Spaces:
Runtime error
Runtime error
Update prompts.yaml
Browse files- prompts.yaml +3 -1
prompts.yaml
CHANGED
|
@@ -323,4 +323,6 @@
|
|
| 323 |
# trying solving the problem with AssertionError: Some prompt templates are missing from your custom `prompt_templates`: {'final_answer'}
|
| 324 |
"final_answer":
|
| 325 |
"pre_messages": |-
|
| 326 |
-
Final answer: {answer}
|
|
|
|
|
|
|
|
|
| 323 |
# trying solving the problem with AssertionError: Some prompt templates are missing from your custom `prompt_templates`: {'final_answer'}
|
| 324 |
"final_answer":
|
| 325 |
"pre_messages": |-
|
| 326 |
+
Final answer: {answer}
|
| 327 |
+
"post_messages": |-
|
| 328 |
+
Final answer has been provided: {answer}
|