File size: 337 Bytes
acd3ca5
6ef9fa4
 
73e1fe9
29b840f
 
73e1fe9
1
2
3
4
5
6
7
{
  "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": {"type": "string", "description": "url to download file from"}},
  "output_type": "string"
}