From 2cb24dacbe0c04079cbedae6b4256dfd476b88d0 Mon Sep 17 00:00:00 2001 From: leo <260626284+cameledev@users.noreply.github.com> Date: Fri, 29 May 2026 10:03:46 +0200 Subject: [PATCH] add comment --- src/agents/voxtral_vllm_stt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/agents/voxtral_vllm_stt.py b/src/agents/voxtral_vllm_stt.py index 97735e87..1b71c68d 100644 --- a/src/agents/voxtral_vllm_stt.py +++ b/src/agents/voxtral_vllm_stt.py @@ -245,6 +245,7 @@ class SpeechStream(stt.RecognizeStream): try: await pipeline_t except asyncio.CancelledError: + # CancelledError is the expected flow on cancel() pass except Exception: logger.exception("utterance pipeline failed during finalize")