Adding "final_answer" to prompt_templates, as this input is expected
Browse filesAdding "final_answer" to prompt_templates, as this input is expected
If this section is not added, it causes the build to fail https://discord.com/channels/879548962464493619/1329142738440028273/1363725919516233758
This is connected to another Pull Request I made, but I can't find how to make a single PR to make the two changes together
- 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": ""
|