Refactor pipeline to correctly include assistant_aggregator in the run_pipeline_with_serializer function.
This commit is contained in:
@@ -118,9 +118,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,
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user