fix text input no context update

This commit is contained in:
Xin Wang
2026-05-22 21:30:54 +08:00
parent 7267c06552
commit 02db9545f0

View File

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