Refactor pipeline to correctly include assistant_aggregator in the run_pipeline_with_serializer function.

This commit is contained in:
Xin Wang
2026-05-23 00:19:34 +08:00
parent c7f2f4e5f3
commit e4e47f637e

View File

@@ -118,9 +118,9 @@ async def run_pipeline_with_serializer(
user_aggregator,
llm,
ProductTextStreamProcessor(),
assistant_aggregator,
tts,
transport.output(),
assistant_aggregator,
]
)