Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse filesAdd final_answer template
- prompts.yaml +11 -0
prompts.yaml
CHANGED
|
@@ -319,3 +319,14 @@
|
|
| 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 |
+
"final_answer": |-
|
| 324 |
+
You have successfully solved the task! Now you need to provide your final answer using the `final_answer` tool.
|
| 325 |
+
|
| 326 |
+
Your answer should be clear and complete, containing all the information requested in the original task.
|
| 327 |
+
|
| 328 |
+
Remember to use the exact format:
|
| 329 |
+
Code:
|
| 330 |
+
```py
|
| 331 |
+
final_answer(your_answer_here)
|
| 332 |
+
```<end_code>
|