m-ric HF staff commited on
Commit
29b840f
1 Parent(s): 665c292

Update tool_config.json

Browse files
Files changed (1) hide show
  1. tool_config.json +2 -2
tool_config.json CHANGED
@@ -2,6 +2,6 @@
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": {"type": "str", "description": "url to download file from"}},
6
- "output_type": "str"
7
  }
 
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": {"type": "string", "description": "url to download file from"}},
6
+ "output_type": "string"
7
  }