Remove unused import in guided_tour docs (#600)
This commit is contained in:
		
							parent
							
								
									91badcc054
								
							
						
					
					
						commit
						af665c300c
					
				|  | @ -349,7 +349,7 @@ To create a managed agent, give your `CodeAgent` or `ToolCallingAgent` the attri | ||||||
| Here's an example of making an agent that managed a specific web search agent using our [`DuckDuckGoSearchTool`]: | Here's an example of making an agent that managed a specific web search agent using our [`DuckDuckGoSearchTool`]: | ||||||
| 
 | 
 | ||||||
| ```py | ```py | ||||||
| from smolagents import CodeAgent, HfApiModel, DuckDuckGoSearchTool, ToolCallingAgent | from smolagents import CodeAgent, HfApiModel, DuckDuckGoSearchTool | ||||||
| 
 | 
 | ||||||
| model = HfApiModel() | model = HfApiModel() | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue