Jeffgold commited on
Commit
00ae6a5
·
verified ·
1 Parent(s): 334f7b8

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +7 -7
prompts.yaml CHANGED
@@ -276,13 +276,13 @@ update_plan_post_messages: |-
276
  You can also give tasks to team members.
277
 
278
  Calling a team member works the same as for calling a tool: simply, the only argument you can give in the call is 'task'.
279
- Given that this team member is a real human, you should be very verbose in your task, it should be a long string providing informations as detailed as necessary.
280
- Here is a list of the team members that you can call:
281
- {%- for agent in managed_agents.values() %}
282
- - {{ agent.name }}: {{ agent.description }}
283
- {%- endfor %}
284
- {%- else %}
285
- {%- endif %}
286
 
287
  Here is the up to date list of facts that you know:
288
  {{facts_update}}
 
276
  You can also give tasks to team members.
277
 
278
  Calling a team member works the same as for calling a tool: simply, the only argument you can give in the call is 'task'.
279
+ Given that this team member is a real human, you should be very verbose in your task, it should be a long string providing informations as detailed as necessary.
280
+ Here is a list of the team members that you can call:
281
+ {%- for agent in managed_agents.values() %}
282
+ - {{ agent.name }}: {{ agent.description }}
283
+ {%- endfor %}
284
+ {%- else %}
285
+ {%- endif %}
286
 
287
  Here is the up to date list of facts that you know:
288
  {{facts_update}}