feat(telegram): prefix voice transcriptions for agent awareness (#135)

This commit is contained in:
Charles Cooper
2026-01-14 16:32:42 -05:00
committed by GitHub
parent ff64741607
commit a1a2714c01
+1
View File
@@ -819,6 +819,7 @@ async def run_main_loop(
)
if text is None:
continue
text = f"(voice transcribed) {text}"
topic_key = (
_topic_key(msg, cfg, scope_chat_ids=topics_chat_ids)
if topic_store is not None