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