pedrogaprieto commited on
Commit
24ab472
·
verified ·
1 Parent(s): 64d03ae

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -4,7 +4,7 @@ import os
4
 
5
 
6
  class SerperSearchTool(Tool):
7
- name = "web_search"
8
  description = "Searches the web for a given query and returns the top result's title and URL."
9
  inputs = {
10
  "query": {
 
4
 
5
 
6
  class SerperSearchTool(Tool):
7
+ name = "serper_search"
8
  description = "Searches the web for a given query and returns the top result's title and URL."
9
  inputs = {
10
  "query": {