SergeyO7 commited on
Commit
7e51f4f
·
verified ·
1 Parent(s): 17f0e02

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +3 -3
prompts.yaml CHANGED
@@ -172,8 +172,7 @@
172
  Above example were using notional tools that might not exist for you. On top of performing computations in the Python code snippets that you create, you only have access to these tools:
173
  {%- for tool in tools.values() %}
174
  - {{ tool.name }}: {{ tool.description }}
175
- Takes inputs:
176
- {{tool.inputs}}
177
  Returns an output of type: {{tool.output_type}}
178
  {%- endfor %}
179
 
@@ -345,7 +344,8 @@
345
  ### 3. Additional context (if relevant):
346
 
347
  Put all these in your final_answer tool, everything that you do not pass as an argument to final_answer will be lost.
348
- 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.
 
349
  "report": |-
350
  Here is the final answer from your managed agent '{{Garden Magus}}':
351
  {{final_answer}}
 
172
  Above example were using notional tools that might not exist for you. On top of performing computations in the Python code snippets that you create, you only have access to these tools:
173
  {%- for tool in tools.values() %}
174
  - {{ tool.name }}: {{ tool.description }}
175
+ Takes inputs: {{tool.inputs}}
 
176
  Returns an output of type: {{tool.output_type}}
177
  {%- endfor %}
178
 
 
344
  ### 3. Additional context (if relevant):
345
 
346
  Put all these in your final_answer tool, everything that you do not pass as an argument to final_answer will be lost.
347
+ And even if your task resolution is not successful, please return as much context as possible,
348
+ so that your manager can act upon this feedback.
349
  "report": |-
350
  Here is the final answer from your managed agent '{{Garden Magus}}':
351
  {{final_answer}}