Spaces:
Running
Running
adding final answer to prompt.yaml
Browse files- prompts.yaml +9 -0
prompts.yaml
CHANGED
@@ -319,3 +319,12 @@
|
|
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 |
+
Here is the final answer to the task:
|
325 |
+
{{final_answer}}
|
326 |
+
"pre_messages": |-
|
327 |
+
You are a world expert at providing final answers to tasks.
|
328 |
+
"post_messages": |-
|
329 |
+
Here is the final answer to the task:
|
330 |
+
{{final_answer}}
|