pedrogaprieto commited on
Commit
75437ce
·
verified ·
1 Parent(s): 96fc40c

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -5,7 +5,7 @@ import os
5
 
6
  class SerperSearchTool(Tool):
7
  name = "serper_search"
8
- description = "Performs a web search using Serper.dev and returns the top result."
9
  inputs = {
10
  "query": {
11
  "type": "string",
 
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": {
11
  "type": "string",