Fix typo in src/smolagents/agents.py

This commit is contained in:
oliveredget 2025-01-04 14:20:51 +08:00
parent ef01258380
commit d7c9486ca6
No known key found for this signature in database
GPG Key ID: FC23EA5AECCBE0C0
1 changed files with 1 additions and 1 deletions

View File

@ -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():