From d7c9486ca61e08f73e7b2f821ff97c76c2052675 Mon Sep 17 00:00:00 2001 From: oliveredget <188809800+oliveredget@users.noreply.github.com> Date: Sat, 4 Jan 2025 14:20:51 +0800 Subject: [PATCH] Fix typo in src/smolagents/agents.py --- src/smolagents/agents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():