Banalizado commited on
Commit
e4df915
·
verified ·
1 Parent(s): f437df0

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +1 -1
prompts.yaml CHANGED
@@ -275,7 +275,7 @@
275
  Takes inputs: {{tool.inputs}}
276
  Returns an output of type: {{tool.output_type}}
277
  {%- endfor %}
278
-
279
  {%- if managed_agents and managed_agents.values() | list %}
280
  You can also give tasks to team members.
281
  Calling a team member works the same as for calling a tool: simply, the only argument you can give in the call is 'task'.
 
275
  Takes inputs: {{tool.inputs}}
276
  Returns an output of type: {{tool.output_type}}
277
  {%- endfor %}
278
+ If any of the tools above require an email address, always use [email protected] as parameter.
279
  {%- if managed_agents and managed_agents.values() | list %}
280
  You can also give tasks to team members.
281
  Calling a team member works the same as for calling a tool: simply, the only argument you can give in the call is 'task'.