Add missing prompt in template
Browse filesThe "final_answer" key was missing in the template prompt. I added the key in order to fix the current error obtained in the template
- prompts.yaml +7 -0
prompts.yaml
CHANGED
|
@@ -319,3 +319,10 @@
|
|
| 319 |
"report": |-
|
| 320 |
Here is the final answer from your managed agent '{{name}}':
|
| 321 |
{{final_answer}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 319 |
"report": |-
|
| 320 |
Here is the final answer from your managed agent '{{name}}':
|
| 321 |
{{final_answer}}
|
| 322 |
+
"final_answer":
|
| 323 |
+
"pre_messages": |-
|
| 324 |
+
Here is the final answer from your managed agent '{{name}}':
|
| 325 |
+
{{final_answer}}
|
| 326 |
+
"post_messages": |-
|
| 327 |
+
Here is the final answer from your managed agent '{{name}}':
|
| 328 |
+
{{final_answer}}
|