From e4e47f637ec283a743ad693033b73dc3febffbd8 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Sat, 23 May 2026 00:19:34 +0800 Subject: [PATCH] Refactor pipeline to correctly include assistant_aggregator in the run_pipeline_with_serializer function. --- src/voice/pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/voice/pipeline.py b/src/voice/pipeline.py index 417015a..4546713 100644 --- a/src/voice/pipeline.py +++ b/src/voice/pipeline.py @@ -118,9 +118,9 @@ async def run_pipeline_with_serializer( user_aggregator, llm, ProductTextStreamProcessor(), + assistant_aggregator, tts, transport.output(), - assistant_aggregator, ] )