Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -14,7 +14,7 @@ class GoogleSearchTool:
|
|
14 |
raise ValueError("GOOGLE_API_KEY and GOOGLE_CSE_ID must be set in environment variables.")
|
15 |
|
16 |
def search(self, query: str) -> str:
|
17 |
-
|
18 |
Args:
|
19 |
query: Search query string
|
20 |
Returns:
|
|
|
14 |
raise ValueError("GOOGLE_API_KEY and GOOGLE_CSE_ID must be set in environment variables.")
|
15 |
|
16 |
def search(self, query: str) -> str:
|
17 |
+
"""Perform a Google search query
|
18 |
Args:
|
19 |
query: Search query string
|
20 |
Returns:
|