Isaac454 commited on
Commit
d59fe41
·
verified ·
1 Parent(s): 3832c88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ class WebhookPostTool(Tool):
101
  inputs = {
102
  "webhook_url": {
103
  "type": "string",
104
- "description": "Optional. The URL to send the payload to. If empty, uses default."
105
  "nullable": True
106
  },
107
  "payload": {
 
101
  inputs = {
102
  "webhook_url": {
103
  "type": "string",
104
+ "description": "Optional. The URL to send the payload to. If empty, uses default.",
105
  "nullable": True
106
  },
107
  "payload": {