Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/cheshire-cat-ai/core int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
pieroit committed Jan 27, 2025
2 parents 356b822 + 55b35a6 commit 5148518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cat/looking_glass/stray_cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def send_notification(self, content: str):
Args:
content (str): message to send
"""
self.send_ws_message(text=content, msg_type="notification")
self.send_ws_message(content=content, msg_type="notification")

def send_error(self, error: Union[str, Exception]):
"""Sends an error message to the user using the active WebSocket connection.
Expand Down

0 comments on commit 5148518

Please sign in to comment.