Spaces:
Runtime error
Runtime error
Update prompts.yaml
Browse files- prompts.yaml +7 -0
prompts.yaml
CHANGED
|
@@ -319,3 +319,10 @@
|
|
| 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 |
+
final_answer: |-
|
| 323 |
+
Use the `final_answer` tool to return your completed solution.
|
| 324 |
+
Anything not wrapped in a `final_answer(...)` call will be discarded.
|
| 325 |
+
|
| 326 |
+
Example syntax inside your code steps:
|
| 327 |
+
|
| 328 |
+
final_answer("Here is my answer: …")
|