Spaces:
Sleeping
Sleeping
Update tools/WebSearchTool.py
Browse files- tools/WebSearchTool.py +1 -1
tools/WebSearchTool.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import requests
|
| 2 |
import os
|
| 3 |
-
|
| 4 |
TAVILY_API_KEY = "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"
|
| 5 |
|
| 6 |
class WebSearchTool(Tool):
|
|
|
|
| 1 |
import requests
|
| 2 |
import os
|
| 3 |
+
from smolagents import Tool
|
| 4 |
TAVILY_API_KEY = "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"
|
| 5 |
|
| 6 |
class WebSearchTool(Tool):
|