Update tools/broadfield_search.py
Browse files
tools/broadfield_search.py
CHANGED
@@ -4,7 +4,7 @@ from gradio_client import Client
|
|
4 |
|
5 |
class BroadfieldWebsearch(Tool):
|
6 |
client = Client("broadfield-dev/browser")
|
7 |
-
name = "
|
8 |
description = "Searches the web with common web search engines."
|
9 |
inputs = {'query': {'type': 'any', 'description': 'The query terms to use for the web search.'}}
|
10 |
output_type = "any"
|
|
|
4 |
|
5 |
class BroadfieldWebsearch(Tool):
|
6 |
client = Client("broadfield-dev/browser")
|
7 |
+
name = "broadfield_web_search"
|
8 |
description = "Searches the web with common web search engines."
|
9 |
inputs = {'query': {'type': 'any', 'description': 'The query terms to use for the web search.'}}
|
10 |
output_type = "any"
|