mirror of
https://github.com/openai/codex.git
synced 2026-04-30 17:36:40 +00:00
Forward live realtime transcript updates
Emit transcript update notifications from realtime transcript deltas instead of waiting for handoff. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -17,14 +17,8 @@
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"description": "EXPERIMENTAL - flat transcript snapshot emitted when realtime hands off to the main agent.",
|
||||
"description": "EXPERIMENTAL - flat transcript snapshot emitted whenever realtime transcript text changes.",
|
||||
"properties": {
|
||||
"handoffId": {
|
||||
"type": "string"
|
||||
},
|
||||
"itemId": {
|
||||
"type": "string"
|
||||
},
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -36,11 +30,9 @@
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"handoffId",
|
||||
"itemId",
|
||||
"threadId",
|
||||
"transcript"
|
||||
],
|
||||
"title": "ThreadRealtimeTranscriptAddedNotification",
|
||||
"title": "ThreadRealtimeTranscriptUpdatedNotification",
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user