Update prompts.yaml
Browse files- prompts.yaml +7 -1
prompts.yaml
CHANGED
@@ -188,8 +188,14 @@ managed_agent:
|
|
188 |
Here is the final answer from your managed agent '{{name}}':
|
189 |
{{final_answer}}
|
190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
# Enhanced final answer format
|
192 |
-
|
193 |
Here is the final answer to your task:
|
194 |
|
195 |
{{final_answer}}
|
|
|
188 |
Here is the final answer from your managed agent '{{name}}':
|
189 |
{{final_answer}}
|
190 |
|
191 |
+
final_answer:
|
192 |
+
pre_messages: |-
|
193 |
+
Here is the final answer to your question:
|
194 |
+
post_messages: |-
|
195 |
+
I hope this answer meets your requirements!
|
196 |
+
|
197 |
# Enhanced final answer format
|
198 |
+
final_answers: |-
|
199 |
Here is the final answer to your task:
|
200 |
|
201 |
{{final_answer}}
|