Spaces:
Running
Running
Update tools.py
Browse files
tools.py
CHANGED
@@ -5,7 +5,7 @@ from huggingface_hub import list_models
|
|
5 |
|
6 |
|
7 |
# Initialize the DuckDuckGo search tool
|
8 |
-
|
9 |
|
10 |
|
11 |
class WeatherInfoTool(Tool):
|
|
|
5 |
|
6 |
|
7 |
# Initialize the DuckDuckGo search tool
|
8 |
+
search_tool = DuckDuckGoSearchTool()
|
9 |
|
10 |
|
11 |
class WeatherInfoTool(Tool):
|