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,
|
||||
llm,
|
||||
ProductTextStreamProcessor(),
|
||||
assistant_aggregator,
|
||||
tts,
|
||||
transport.output(),
|
||||
assistant_aggregator,
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user