Spaces:
Running
Running
Update prompts.yaml
Browse files- prompts.yaml +7 -2
prompts.yaml
CHANGED
@@ -227,5 +227,10 @@
|
|
227 |
"report": |-
|
228 |
Here is the final answer from your managed agent '{{name}}':
|
229 |
{{final_answer}}
|
230 |
-
"final_answer":
|
231 |
-
|
|
|
|
|
|
|
|
|
|
|
|
227 |
"report": |-
|
228 |
Here is the final answer from your managed agent '{{name}}':
|
229 |
{{final_answer}}
|
230 |
+
"final_answer":
|
231 |
+
"pre_messages": |-
|
232 |
+
You have completed the task. Now, prepare the final answer to be submitted using the `final_answer` tool.
|
233 |
+
Ensure the answer is clear, concise, and addresses the task requirements.
|
234 |
+
If the task requires specific formatting (e.g., sections for outcome and context), include those in the answer.
|
235 |
+
"template": |-
|
236 |
+
The final answer to the task is: {{answer}}
|