lysandre HF staff commited on
Commit
8ae23d5
1 Parent(s): f102357

Description

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