Spaces:
Runtime error
Runtime error
Update prompts.yaml
Browse files- prompts.yaml +13 -0
prompts.yaml
CHANGED
|
@@ -319,3 +319,16 @@
|
|
| 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 |
+
|
| 324 |
+
final_answer: |-
|
| 325 |
+
Return your final answer using the final_answer tool. Structure your answer as:
|
| 326 |
+
|
| 327 |
+
### Final Answer
|
| 328 |
+
{{answer}}
|
| 329 |
+
|
| 330 |
+
Remember to:
|
| 331 |
+
- Only call final_answer once at the very end
|
| 332 |
+
- Include all relevant information in the answer
|
| 333 |
+
- Format complex answers clearly using markdown
|
| 334 |
+
- Handle any errors gracefully and report them in the answer
|