Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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": {
|