From 8eb76203ac6d68f84805eec19163e15821e49f01 Mon Sep 17 00:00:00 2001 From: NeonKirill <74428618+NeonKirill@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:50:23 +0100 Subject: [PATCH] Small fix for automator handling (#127) --- services/klatchat_observer/controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/services/klatchat_observer/controller.py b/services/klatchat_observer/controller.py index 3c38bb37..73dcc36a 100644 --- a/services/klatchat_observer/controller.py +++ b/services/klatchat_observer/controller.py @@ -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(