# OpenResponsesStreamEventResponseOutputItemDone Event emitted when an output item is complete ## Fields | Field | Type | Required | Description | Example | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `type` | [components.TypeResponseOutputItemDone](../components/typeresponseoutputitemdone.md) | :heavy_check_mark: | N/A | | | `output_index` | *float* | :heavy_check_mark: | N/A | | | `item` | [components.ResponsesOutputItem](../components/responsesoutputitem.md) | :heavy_check_mark: | An output item from the response | {
"id": "msg-abc123",
"role": "assistant",
"type": "message",
"status": "completed",
"content": [
{
"type": "output_text",
"text": "Hello! How can I help you today?"
}
]
} | | `sequence_number` | *float* | :heavy_check_mark: | N/A | |