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: articles/ai-services/openai/realtime-audio-reference.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1126,21 +1126,20 @@ You use the `RealtimeConversationRequestItem` object to create a new item in the
1126
1126
1127
1127
### RealtimeConversationResponseItem
1128
1128
1129
-
The `RealtimeConversationResponseItem` object represents an item in the conversation.
1129
+
The `RealtimeConversationResponseItem` object represents an item in the conversation. It's used in some of the server events, such as:
1130
1130
1131
-
| Field | Type | Description |
1132
-
|-------|------|-------------|
1133
-
| object | string | The identifier for the returned API object.<br><br>Allowed values: `realtime.item`|
1134
-
| type |[RealtimeItemType](#realtimeitemtype)| The type of the item.<br><br>Allowed values: `message`, `function_call`, `function_call_output`|
1135
-
| id | string | The unique ID of the item. The ID can be specified by the client to help manage server-side context. If the client doesn't provide an ID, the server generates one.<br><br>This property is nullable. |
-[`response.created`](#realtimeservereventresponsecreated) (via the `response` property type [`RealtimeResponse`](#realtimeresponse))
1142
1135
-[`response.done`](#realtimeservereventresponsedone) (via the `response` property type [`RealtimeResponse`](#realtimeresponse))
1143
1136
1137
+
| Field | Type | Description |
1138
+
|-------|------|-------------|
1139
+
| object | string | The identifier for the returned API object.<br><br>Allowed values: `realtime.item`|
1140
+
| type |[RealtimeItemType](#realtimeitemtype)| The type of the item.<br><br>Allowed values: `message`, `function_call`, `function_call_output`|
1141
+
| id | string | The unique ID of the item. The ID can be specified by the client to help manage server-side context. If the client doesn't provide an ID, the server generates one.<br><br>This property is nullable. |
1142
+
1144
1143
### RealtimeFunctionTool
1145
1144
1146
1145
The definition of a function tool as used by the realtime endpoint.
0 commit comments