Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +16 -6
prompts.yaml
CHANGED
|
@@ -320,9 +320,19 @@
|
|
| 320 |
Here is the final answer from your managed agent '{{name}}':
|
| 321 |
{{final_answer}}
|
| 322 |
|
| 323 |
-
final_answer:
|
| 324 |
-
|
| 325 |
-
|
| 326 |
-
|
| 327 |
-
|
| 328 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 320 |
Here is the final answer from your managed agent '{{name}}':
|
| 321 |
{{final_answer}}
|
| 322 |
|
| 323 |
+
"final_answer": |-
|
| 324 |
+
You have now completed the task.
|
| 325 |
+
|
| 326 |
+
Please return the final output in the following structure:
|
| 327 |
+
|
| 328 |
+
### 1. Task outcome (short version):
|
| 329 |
+
A one-sentence, concise answer to the task.
|
| 330 |
+
|
| 331 |
+
### 2. Task outcome (detailed version):
|
| 332 |
+
A clear, complete explanation of how the answer was obtained, including any important intermediate results or reasoning steps.
|
| 333 |
+
|
| 334 |
+
### 3. Additional context (if relevant):
|
| 335 |
+
Any extra helpful information, caveats, or related facts that could aid the user.
|
| 336 |
+
|
| 337 |
+
Final Answer:
|
| 338 |
+
{{final_answer}}
|