Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ class LoadCsvTool(Tool):
|
|
| 42 |
class WebhookPostTool(Tool):
|
| 43 |
name = "webhook_post"
|
| 44 |
description = "Send a JSON payload to a webhook URL and return the response as text."
|
| 45 |
-
|
| 46 |
"webhook_url": {
|
| 47 |
"type": "string",
|
| 48 |
"description": "The url to send the payload to"
|
|
|
|
| 42 |
class WebhookPostTool(Tool):
|
| 43 |
name = "webhook_post"
|
| 44 |
description = "Send a JSON payload to a webhook URL and return the response as text."
|
| 45 |
+
inputs = {
|
| 46 |
"webhook_url": {
|
| 47 |
"type": "string",
|
| 48 |
"description": "The url to send the payload to"
|