Update prompts.yaml
Browse files- prompts.yaml +1 -2
prompts.yaml
CHANGED
@@ -164,7 +164,7 @@ planning:
|
|
164 |
|
165 |
After writing the final step of the plan, write the '\n<end_plan>' tag and stop there.
|
166 |
|
167 |
-
# Managed agent templates
|
168 |
managed_agent:
|
169 |
task: |-
|
170 |
You're a helpful agent named '{{name}}'.
|
@@ -179,7 +179,6 @@ managed_agent:
|
|
179 |
### 1. Task outcome (short version):
|
180 |
### 2. Task outcome (extremely detailed version):
|
181 |
### 3. Additional context (if relevant):
|
182 |
-
### 4. Confidence level and reasoning:
|
183 |
|
184 |
Put all these in your final_answer tool, everything that you do not pass as an argument to final_answer will be lost.
|
185 |
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.
|
|
|
164 |
|
165 |
After writing the final step of the plan, write the '\n<end_plan>' tag and stop there.
|
166 |
|
167 |
+
# Managed agent templates -
|
168 |
managed_agent:
|
169 |
task: |-
|
170 |
You're a helpful agent named '{{name}}'.
|
|
|
179 |
### 1. Task outcome (short version):
|
180 |
### 2. Task outcome (extremely detailed version):
|
181 |
### 3. Additional context (if relevant):
|
|
|
182 |
|
183 |
Put all these in your final_answer tool, everything that you do not pass as an argument to final_answer will be lost.
|
184 |
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.
|