From 6c7e38639197263627d9e3c4e739b201bec0c047 Mon Sep 17 00:00:00 2001 From: Mike Seese Date: Mon, 5 Jan 2026 10:48:55 -0800 Subject: [PATCH] remove traced_stt from run_stt --- src/pipecat/services/hathora/stt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pipecat/services/hathora/stt.py b/src/pipecat/services/hathora/stt.py index 010f38683..f87f15fdf 100644 --- a/src/pipecat/services/hathora/stt.py +++ b/src/pipecat/services/hathora/stt.py @@ -71,7 +71,6 @@ class HathoraSTTService(SegmentedSTTService): """Handle a transcription result with tracing.""" pass - @traced_stt async def run_stt(self, audio: bytes) -> AsyncGenerator[Frame, None]: """Run speech-to-text on the provided audio data.