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()
|
text = (message.content or "").strip()
|
||||||
if not text:
|
if not text:
|
||||||
return
|
return
|
||||||
await task.queue_frame(
|
await _aggregator.push_frame(
|
||||||
OutputTransportMessageUrgentFrame(
|
OutputTransportMessageUrgentFrame(
|
||||||
message={
|
message={
|
||||||
"type": "input.transcript.final",
|
"type": "input.transcript.final",
|
||||||
|
|||||||
Reference in New Issue
Block a user