Spaces:
Runtime error
Runtime error
Update prompts.yaml
Browse files- prompts.yaml +6 -5
prompts.yaml
CHANGED
|
@@ -319,10 +319,11 @@
|
|
| 319 |
"report": |-
|
| 320 |
Here is the final answer from your managed agent '{{name}}':
|
| 321 |
{{final_answer}}
|
| 322 |
-
final_answer:
|
| 323 |
-
|
| 324 |
-
|
| 325 |
|
| 326 |
-
|
|
|
|
|
|
|
| 327 |
|
| 328 |
-
final_answer("Here is my answer: …")
|
|
|
|
| 319 |
"report": |-
|
| 320 |
Here is the final answer from your managed agent '{{name}}':
|
| 321 |
{{final_answer}}
|
| 322 |
+
final_answer:
|
| 323 |
+
pre_messages: |-
|
| 324 |
+
An agent tried to answer a user query but it got stuck and failed to do so. You are tasked with providing an answer instead.
|
| 325 |
|
| 326 |
+
Here is the agent's memory:
|
| 327 |
+
post_messages: |-
|
| 328 |
+
Based on the above, please provide an answer to the following user task: {{task}}
|
| 329 |
|
|
|