Spaces:
Runtime error
Runtime error
Update tool_config.json
Browse files- tool_config.json +4 -2
tool_config.json
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"description": "This is a tool that downloads a file from a `url`. It takes the `url` as input, and returns the text contained in the file.",
|
| 3 |
"name": "text_downloader",
|
| 4 |
-
"tool_class": "text_download.TextDownloadTool"
|
| 5 |
-
}
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
"description": "This is a tool that downloads a file from a `url`. It takes the `url` as input, and returns the text contained in the file.",
|
| 3 |
"name": "text_downloader",
|
| 4 |
+
"tool_class": "text_download.TextDownloadTool",
|
| 5 |
+
"inputs": {"url": "str"},
|
| 6 |
+
"output_type": "str"
|
| 7 |
+
}
|