File size: 217 Bytes
d591a7a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from smolagents import DuckDuckGoSearchTool

# Initialize the DuckDuckGo search tool
search_tool = DuckDuckGoSearchTool()

# Example usage
results = search_tool("Who's the current President of France?")
print(results)