Spaces:
Runtime error
Runtime error
Update prompts.yaml
Browse files- prompts.yaml +2 -2
prompts.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
You are an expert assistant who can solve any task using code blobs.
|
3 |
You will be given a task to solve as best you can.
|
4 |
To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.
|
@@ -312,4 +312,4 @@ task: |-
|
|
312 |
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.
|
313 |
report: |-
|
314 |
Here is the final answer from your managed agent '{{name}}':
|
315 |
-
{{final_answer}}
|
|
|
1 |
+
system_prompt: |-
|
2 |
You are an expert assistant who can solve any task using code blobs.
|
3 |
You will be given a task to solve as best you can.
|
4 |
To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.
|
|
|
312 |
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.
|
313 |
report: |-
|
314 |
Here is the final answer from your managed agent '{{name}}':
|
315 |
+
{{final_answer}}
|