Spaces:
Paused
Paused
Update tools.py
Browse filessearch tool added / uncommented
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):
|