Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 932 Bytes

RealtimeServerEventResponseOutputItemDoneItem.md

File metadata and controls

19 lines (11 loc) · 932 Bytes

RealtimeServerEventResponseOutputItemDoneItem

The completed item.

Properties

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]