Isaac454 commited on
Commit
c405ec6
·
verified ·
1 Parent(s): ddb4b71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- input = {
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"