Update tools/WebSearchTool.py
Browse files- tools/WebSearchTool.py +1 -1
tools/WebSearchTool.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
from smolagents import Tool
|
| 2 |
-
from serpapi import GoogleSearch
|
| 3 |
import os
|
| 4 |
|
| 5 |
class SerpApiSearchTool(Tool):
|
|
|
|
| 1 |
from smolagents import Tool
|
| 2 |
+
from serpapi.google_search import GoogleSearch
|
| 3 |
import os
|
| 4 |
|
| 5 |
class SerpApiSearchTool(Tool):
|