Chris4K commited on
Commit
ff6ac16
·
verified ·
1 Parent(s): b8222bd

Update push_notification.py

Browse files
Files changed (1) hide show
  1. push_notification.py +1 -1
push_notification.py CHANGED
@@ -19,7 +19,7 @@ PUSH_NOTIFICATION_DESCRIPTION = (
19
  class PushNotificationTool(Tool):
20
  description = PUSH_NOTIFICATION_DESCRIPTION
21
  name = "push_notification"
22
- inputs = ["token", "message"]
23
  outputs = []
24
 
25
  def __call__(self, token, message):
 
19
  class PushNotificationTool(Tool):
20
  description = PUSH_NOTIFICATION_DESCRIPTION
21
  name = "push_notification"
22
+ inputs = ["text", "text"]
23
  outputs = []
24
 
25
  def __call__(self, token, message):