Spaces:
Sleeping
Sleeping
Name
Browse files- tool_config.json +4 -5
tool_config.json
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
}
|
7 |
}
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"text-download": {
|
3 |
+
"tool_class": "text_download.TextDownloadTool",
|
4 |
+
"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.",
|
5 |
+
"name": "text_downloader"
|
|
|
6 |
}
|
7 |
}
|