feat(telegram): prefix voice transcriptions for agent awareness (#135)
This commit is contained in:
@@ -819,6 +819,7 @@ async def run_main_loop(
|
|||||||
)
|
)
|
||||||
if text is None:
|
if text is None:
|
||||||
continue
|
continue
|
||||||
|
text = f"(voice transcribed) {text}"
|
||||||
topic_key = (
|
topic_key = (
|
||||||
_topic_key(msg, cfg, scope_chat_ids=topics_chat_ids)
|
_topic_key(msg, cfg, scope_chat_ids=topics_chat_ids)
|
||||||
if topic_store is not None
|
if topic_store is not None
|
||||||
|
|||||||
Reference in New Issue
Block a user