Spaces:
Runtime error
Runtime error
Update prompts.yaml
Browse files- prompts.yaml +12 -1
prompts.yaml
CHANGED
@@ -318,4 +318,15 @@
|
|
318 |
And even if your task resolution is not successful, please return as much context as possible, so that your manager can act upon this feedback.
|
319 |
"report": |-
|
320 |
Here is the final answer from your managed agent '{{name}}':
|
321 |
-
{{final_answer}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
And even if your task resolution is not successful, please return as much context as possible, so that your manager can act upon this feedback.
|
319 |
"report": |-
|
320 |
Here is the final answer from your managed agent '{{name}}':
|
321 |
+
{{final_answer}}
|
322 |
+
"final_answer":
|
323 |
+
"final_answer": |-
|
324 |
+
I'll now provide you with the final answer to the task.
|
325 |
+
|
326 |
+
Task:
|
327 |
+
```
|
328 |
+
{{task}}
|
329 |
+
```
|
330 |
+
|
331 |
+
Answer:
|
332 |
+
{{answer}}
|