sgugger commited on
Commit
6ef9fa4
1 Parent(s): 899c7a1

Upload tool_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tool_config.json +3 -5
tool_config.json CHANGED
@@ -1,7 +1,5 @@
1
  {
2
- "text-download": {
3
- "tool_class": "text_download.TextDownloadTool",
4
- "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.",
5
- "name": "text_downloader"
6
- }
7
  }
 
1
  {
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
  }