Spaces:
Runtime error
Runtime error
Update prompts.yaml
Browse files- 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}}
|