faizaltkl commited on
Commit
006c33a
·
verified ·
1 Parent(s): 3fbfc9f

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +24 -2
prompts.yaml CHANGED
@@ -1,7 +1,7 @@
1
  final_answer:
2
  system_prompt: |-
3
- Use this tool to return the final result of your task. When you've completed all steps and have a clear answer, pass it to this tool.
4
- Do not add commentary or additional reasoning — just return the final output.
5
  planning: ""
6
 
7
  get_current_time_in_timezone:
@@ -61,3 +61,25 @@ planning:
61
  3. Use print to store info between steps.
62
  4. When the task is complete, call final_answer() with result.
63
  <end_plan>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  final_answer:
2
  system_prompt: |-
3
+ Use this tool to return the final result of your task. When you've completed all steps and have a clear answer, pass it to this tool.
4
+ Do not include commentary or additional reasoning — just return the final output.
5
  planning: ""
6
 
7
  get_current_time_in_timezone:
 
61
  3. Use print to store info between steps.
62
  4. When the task is complete, call final_answer() with result.
63
  <end_plan>
64
+
65
+ managed_agent:
66
+ task: |-
67
+ You're a helpful agent named '{{name}}'.
68
+ You have been submitted this task by your manager.
69
+ ---
70
+ Task:
71
+ {{task}}
72
+ ---
73
+ 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.
74
+
75
+ Your final_answer MUST contain these parts:
76
+ ### 1. Task outcome (short version):
77
+ ### 2. Task outcome (extremely detailed version):
78
+ ### 3. Additional context (if relevant):
79
+
80
+ Put all these in your final_answer tool. Everything that you do not pass as an argument to final_answer will be lost.
81
+ 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.
82
+
83
+ report: |-
84
+ Here is the final answer from your managed agent '{{name}}':
85
+ {{final_answer}}.