Update tools.py
Browse files
tools.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
|
6 |
class SerperSearchTool(Tool):
|
7 |
name = "serper_search"
|
8 |
-
description = "
|
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",
|