Spaces:
Running
Running
apple muncy
commited on
Commit
·
f9489eb
1
Parent(s):
8c8dff6
fix prompts.yaml final_anaswer, add template
Browse filesSigned-off-by: apple muncy <[email protected]>
- prompts.yaml +3 -2
prompts.yaml
CHANGED
@@ -320,9 +320,10 @@
|
|
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 |
"final_answer":
|
327 |
"pre_messages": "<<<"
|
328 |
-
"post_messages": ">>>"
|
|
|
320 |
Here is the final answer from your managed agent '{{name}}':
|
321 |
{{final_answer}}
|
322 |
|
323 |
+
"final_answer":
|
324 |
+
"template": |-
|
325 |
Here is the final answer to the task:
|
326 |
{{final_answer}}
|
327 |
"final_answer":
|
328 |
"pre_messages": "<<<"
|
329 |
+
"post_messages": ">>>"
|