TextDownloadTool / tool_config.json
sgugger's picture
Upload tool_config.json with huggingface_hub
6ef9fa4
{
"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"
}