Spaces:
Runtime error
Runtime error
Update prompts.yaml
Browse files- prompts.yaml +12 -0
prompts.yaml
CHANGED
@@ -319,3 +319,15 @@
|
|
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 |
+
Thought:
|
325 |
+
The user's query has been addressed. I have gathered all the necessary information and completed the required tasks. I will now provide the final, comprehensive answer.
|
326 |
+
Action:
|
327 |
+
```json
|
328 |
+
{
|
329 |
+
"tool_name": "FinalAnswer",
|
330 |
+
"parameters": {
|
331 |
+
"answer": "{answer}"
|
332 |
+
}
|
333 |
+
}
|