# OpenResponsesStreamEventResponseOutputItemAdded
Event emitted when a new output item is added to the response
## Fields
| Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `type` | [components.TypeResponseOutputItemAdded](../components/typeresponseoutputitemadded.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 | |