We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
send_notification
1 parent 69ba6b3 commit edf19c9Copy full SHA for edf19c9
core/cat/looking_glass/stray_cat.py
@@ -151,7 +151,7 @@ def send_notification(self, content: str):
151
Args:
152
content (str): message to send
153
"""
154
- self.send_ws_message(text=content, msg_type="notification")
+ self.send_ws_message(content=content, msg_type="notification")
155
156
def send_error(self, error: Union[str, Exception]):
157
"""Sends an error message to the user using the active WebSocket connection.
0 commit comments