From d62c564a0df01d6c61df1cf42ad39d383696a88c Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Mon, 1 Jun 2026 09:28:34 +0800 Subject: [PATCH] fix user transcript event ordering --- engine/pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/pipeline.py b/engine/pipeline.py index 252ee3e..302f352 100644 --- a/engine/pipeline.py +++ b/engine/pipeline.py @@ -250,7 +250,7 @@ async def run_pipeline_with_serializer( text = (message.content or "").strip() if not text: return - await task.queue_frame( + await _aggregator.push_frame( OutputTransportMessageUrgentFrame( message={ "type": "input.transcript.final",