Remove unused import in guided_tour docs (#600)

This commit is contained in:
Albert Villanova del Moral 2025-02-11 10:55:35 +01:00 committed by GitHub
parent 91badcc054
commit af665c300c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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`]:
```py
from smolagents import CodeAgent, HfApiModel, DuckDuckGoSearchTool, ToolCallingAgent
from smolagents import CodeAgent, HfApiModel, DuckDuckGoSearchTool
model = HfApiModel()