The completed item.
Name | Type | Description | Notes |
---|---|---|---|
id | String | The unique ID of the item. | [optional] |
_object | String | The object type, must be "realtime.item". | [optional] |
type | String | The type of the item ("message", "function_call", "function_call_output"). | [optional] |
status | String | The final status of the item ("completed", "incomplete"). | [optional] |
role | String | The role associated with the item ("assistant"). | [optional] |
content | List<RealtimeServerEventResponseOutputItemAddedItemContentInner> | The content of the item. | [optional] |