Chris4K commited on
Commit
66f9eff
·
verified ·
1 Parent(s): 6bbd72b

Update tool_config.json

Browse files
Files changed (1) hide show
  1. tool_config.json +3 -3
tool_config.json CHANGED
@@ -1,5 +1,5 @@
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
  }
 
1
  {
2
+ "description": "This is a tool to send push messages.",
3
+ "name": "push_notification",
4
+ "tool_class": "push_notification.PushNotificationTool"
5
  }