Spaces:
Sleeping
Sleeping
Update tools/WebSearchTool.py
Browse files- tools/WebSearchTool.py +1 -1
tools/WebSearchTool.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
|
| 5 |
class SerpApiSearchTool(Tool):
|
| 6 |
name = "web_search"
|
| 7 |
-
description = "Use SerpAPI
|
| 8 |
|
| 9 |
inputs = {
|
| 10 |
"query": {
|
|
|
|
| 4 |
|
| 5 |
class SerpApiSearchTool(Tool):
|
| 6 |
name = "web_search"
|
| 7 |
+
description = "Primary tool: Use SerpAPI to find current info first before Wikipedia."
|
| 8 |
|
| 9 |
inputs = {
|
| 10 |
"query": {
|