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