Spaces:
Sleeping
Sleeping
add promt_templates
Browse files- prompts.yaml +15 -7
prompts.yaml
CHANGED
@@ -320,10 +320,18 @@
|
|
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": ">>>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": ">>>"
|
330 |
+
|
331 |
+
prompt_templates["final_anaswer"]={
|
332 |
+
"pre_massage":[
|
333 |
+
{"role": "system", "content": "You are a helpful assistant. Return the final answer clearly."}
|
334 |
+
],
|
335 |
+
"format": "{output}",
|
336 |
+
"post_messages": [<<<]
|
337 |
+
}
|