You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/ai/data-plane/VoiceLive/stable/2025-10-01/GeneratedSystemEvents.json
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5014,6 +5014,7 @@
5014
5014
"description": "Server event types used in VoiceLive protocol.",
5015
5015
"enum": [
5016
5016
"error",
5017
+
"warning",
5017
5018
"session.avatar.connecting",
5018
5019
"session.created",
5019
5020
"session.updated",
@@ -5072,6 +5073,10 @@
5072
5073
"name": "error",
5073
5074
"value": "error"
5074
5075
},
5076
+
{
5077
+
"name": "warning",
5078
+
"value": "warning"
5079
+
},
5075
5080
{
5076
5081
"name": "session_avatar_connecting",
5077
5082
"value": "session.avatar.connecting"
@@ -5271,6 +5276,46 @@
5271
5276
]
5272
5277
}
5273
5278
},
5279
+
"ServerEventWarning": {
5280
+
"type": "object",
5281
+
"description": "Returned when a warning occurs that does not interrupt the conversation flow.\nWarnings are informational and the session will continue normally.",
0 commit comments