Adding "final_answer" to prompt_templates, as this input is expected
#325
by
rtamaki
- opened
- prompts.yaml +4 -0
prompts.yaml
CHANGED
@@ -319,3 +319,7 @@
|
|
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 |
+
|
323 |
+
"final_answer":
|
324 |
+
"pre_messages": ""
|
325 |
+
"post_messages": ""
|