You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/smolagents/prompts/code_agent.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -225,8 +225,8 @@ planning:
225
225
226
226
{%- if managed_agents and managed_agents.values() | list %}
227
227
You can also give tasks to team members.
228
-
Calling a team member works the same as for calling a tool: simply, the only argument you can give in the call is 'request', a long string explaining your request.
229
-
Given that this team member is a real human, you should be very verbose in your request.
228
+
Calling a team member works the same as for calling a tool: simply, the only argument you can give in the call is 'task', a long string explaining your task.
229
+
Given that this team member is a real human, you should be very verbose in your task.
230
230
Here is a list of the team members that you can call:
231
231
{%- for agent in managed_agents.values() %}
232
232
- {{ agent.name }}: {{ agent.description }}
@@ -329,5 +329,5 @@ final_answer:
329
329
pre_messages: |-
330
330
An agent tried to answer a user query but it got stuck and failed to do so. You are tasked with providing an answer instead. Here is the agent's memory:
331
331
post_messages: |-
332
-
Based on the above, please provide an answer to the following user request:
332
+
Based on the above, please provide an answer to the following user task:
Copy file name to clipboardExpand all lines: src/smolagents/prompts/toolcalling_agent.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -167,9 +167,9 @@ planning:
167
167
{%- endfor %}
168
168
169
169
{%- if managed_agents and managed_agents.values() | list %}
170
-
You can also give requests to team members.
171
-
Calling a team member works the same as for calling a tool: simply, the only argument you can give in the call is 'request', a long string explaining your request.
172
-
Given that this team member is a real human, you should be very verbose in your request.
170
+
You can also give tasks to team members.
171
+
Calling a team member works the same as for calling a tool: simply, the only argument you can give in the call is 'task', a long string explaining your task.
172
+
Given that this team member is a real human, you should be very verbose in your task.
173
173
Here is a list of the team members that you can call:
174
174
{%- for agent in managed_agents.values() %}
175
175
- {{ agent.name }}: {{ agent.description }}
@@ -226,7 +226,7 @@ planning:
226
226
{%- endfor %}
227
227
228
228
{%- if managed_agents and managed_agents.values() | list %}
229
-
You can also give requests to team members.
229
+
You can also give tasks to team members.
230
230
Calling a team member works the same as for calling a tool: simply, the only argument you can give in the call is 'task'.
231
231
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.
232
232
Here is a list of the team members that you can call:
@@ -272,5 +272,5 @@ final_answer:
272
272
pre_messages: |-
273
273
An agent tried to answer a user query but it got stuck and failed to do so. You are tasked with providing an answer instead. Here is the agent's memory:
274
274
post_messages: |-
275
-
Based on the above, please provide an answer to the following user request:
275
+
Based on the above, please provide an answer to the following user task:
0 commit comments