Spaces:
Sleeping
Sleeping
tx li final answer
Browse files- 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 |
+
|
323 |
+
final_answer:
|
324 |
+
pre_messages:
|
325 |
+
- role: system
|
326 |
+
content: "Provide the final answer to the user."
|
327 |
+
- role: user
|
328 |
+
content: "{input}"
|