Scott Cogan commited on
Commit
7c56010
·
1 Parent(s): 3f67850

prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +19 -19
prompts.yaml CHANGED
@@ -294,22 +294,22 @@ prompt_templates:
294
 
295
  Now write your new plan below.
296
 
297
- "managed_agent":
298
- "task": |-
299
- You're a helpful agent named '{{name}}'.
300
- You have been submitted this task by your manager.
301
- ---
302
- Task:
303
- {{task}}
304
- ---
305
- You're helping your manager solve a wider task: so make sure to not provide a one-line answer, but give as much information as possible to give them a clear understanding of the answer.
306
- Your final_answer WILL HAVE to contain these parts:
307
- ### 1. Task outcome (short version):
308
- ### 2. Task outcome (extremely detailed version):
309
- ### 3. Additional context (if relevant):
310
-
311
- Put all these in your final_answer tool, everything that you do not pass as an argument to final_answer will be lost.
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}}
 
294
 
295
  Now write your new plan below.
296
 
297
+ managed_agent:
298
+ task: |-
299
+ You're a helpful agent named '{{name}}'.
300
+ You have been submitted this task by your manager.
301
+ ---
302
+ Task:
303
+ {{task}}
304
+ ---
305
+ You're helping your manager solve a wider task: so make sure to not provide a one-line answer, but give as much information as possible to give them a clear understanding of the answer.
306
+ Your final_answer WILL HAVE to contain these parts:
307
+ ### 1. Task outcome (short version):
308
+ ### 2. Task outcome (extremely detailed version):
309
+ ### 3. Additional context (if relevant):
310
+
311
+ Put all these in your final_answer tool, everything that you do not pass as an argument to final_answer will be lost.
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}}