Ajeya95 commited on
Commit
33d1098
·
verified ·
1 Parent(s): eea2c86

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +4 -10
prompts.yaml CHANGED
@@ -298,8 +298,9 @@
298
  Do not skip steps, do not add any superfluous steps. Only write the high-level plan, DO NOT DETAIL INDIVIDUAL TOOL CALLS.
299
  After writing the final step of the plan, write the '\n<end_plan>' tag and stop there.
300
 
301
- managed_agent:
302
- task: |-
 
303
  You're a helpful agent named '{{name}}'.
304
  You have been submitted this task by your manager.
305
  ---
@@ -315,13 +316,6 @@
315
 
316
  Put all these in your final_answer tool, everything that you do not pass as an argument to final_answer will be lost.
317
  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.
318
-
319
- final_answer:
320
- post_messages: |-
321
- Based on the above, please provide an answer to the following user task: {{task}}.
322
- Always answer in user-readable text, don't use JSON.
323
-
324
- report: |-
325
  Here is the final answer from your managed agent '{{name}}':
326
  {{final_answer}}
327
-
 
298
  Do not skip steps, do not add any superfluous steps. Only write the high-level plan, DO NOT DETAIL INDIVIDUAL TOOL CALLS.
299
  After writing the final step of the plan, write the '\n<end_plan>' tag and stop there.
300
 
301
+ Now write your new plan below.
302
+ "managed_agent":
303
+ "task": |-
304
  You're a helpful agent named '{{name}}'.
305
  You have been submitted this task by your manager.
306
  ---
 
316
 
317
  Put all these in your final_answer tool, everything that you do not pass as an argument to final_answer will be lost.
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}}