diff --git a/src/smolagents/agents.py b/src/smolagents/agents.py index a311876..03fcc3e 100644 --- a/src/smolagents/agents.py +++ b/src/smolagents/agents.py @@ -120,7 +120,7 @@ def format_prompt_with_tools( def show_agents_descriptions(managed_agents: Dict): managed_agents_descriptions = """ You can also give requests to team members. -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 explaning your request. +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. Given that this team member is a real human, you should be very verbose in your request. Here is a list of the team members that you can call:""" for agent in managed_agents.values():