push-notification-tool / tool_config.json
lysandre's picture
lysandre HF staff
Description
26b942f
raw
history blame
261 Bytes
{
"custom_tools": {
"text-download": {
"tool_class": "text_download.TextDownloadTool",
"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."
}
}
}