Fix typo in src/smolagents/agents.py
This commit is contained in:
		
							parent
							
								
									ef01258380
								
							
						
					
					
						commit
						d7c9486ca6
					
				|  | @ -120,7 +120,7 @@ def format_prompt_with_tools( | ||||||
| def show_agents_descriptions(managed_agents: Dict): | def show_agents_descriptions(managed_agents: Dict): | ||||||
|     managed_agents_descriptions = """ |     managed_agents_descriptions = """ | ||||||
| You can also give requests to team members. | 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. | 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:""" | Here is a list of the team members that you can call:""" | ||||||
|     for agent in managed_agents.values(): |     for agent in managed_agents.values(): | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue