text-download / tool_config.json
m-ric's picture
m-ric HF staff
Update tool_config.json
73e1fe9 verified
raw history blame
No virus
277 Bytes
{
"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.",
"name": "text_downloader",
"tool_class": "text_download.TextDownloadTool",
"inputs": {"url": "str"},
"output_type": "str"
}