Sborole commited on
Commit
99c200d
·
verified ·
1 Parent(s): 9744b09

Update tools/WebSearchTool.py

Browse files
Files changed (1) hide show
  1. 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 (Google search) to get reliable snippets."
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": {