32ffa10 95634e0
1
2
3
4
5
6
7
8
9
from smolagents import DuckDuckGoSearchTool # Initialize the tool web_search = DuckDuckGoSearchTool() # Perform search results = web_search("Pont des Arts length in meters") print(results)