Skip to content

Commit

Permalink
Small fix for automator handling (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonKirill authored Jan 3, 2025
1 parent d31c84f commit 8eb7620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/klatchat_observer/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def get_recipient_from_prefix(cls, message: str) -> dict:
)
):
callback["recipient"] = Recipients.CHATBOT_CONTROLLER
callback["context"] = dict(requested_participants=["automator"])
else:
for recipient, recipient_prefixes in cls.recipient_prefixes.items():
if any(
Expand Down

0 comments on commit 8eb7620

Please sign in to comment.