fix user transcript event ordering
This commit is contained in:
@@ -250,7 +250,7 @@ async def run_pipeline_with_serializer(
|
||||
text = (message.content or "").strip()
|
||||
if not text:
|
||||
return
|
||||
await task.queue_frame(
|
||||
await _aggregator.push_frame(
|
||||
OutputTransportMessageUrgentFrame(
|
||||
message={
|
||||
"type": "input.transcript.final",
|
||||
|
||||
Reference in New Issue
Block a user