Spaces:
Runtime error
Runtime error
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) |