Files
openrouter-python-sdk-retry…/docs/components/openresponsesstreameventresponseoutputitemdone.md
T
2025-11-13 14:21:27 -05:00

13 lines
5.3 KiB
Markdown

# 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 | {<br/>"id": "msg-abc123",<br/>"role": "assistant",<br/>"type": "message",<br/>"status": "completed",<br/>"content": [<br/>{<br/>"type": "output_text",<br/>"text": "Hello! How can I help you today?"<br/>}<br/>]<br/>} |
| `sequence_number` | *float* | :heavy_check_mark: | N/A | |