Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
item | components.OutputItems | :heavy_check_mark: | An output item from the response | {"content": [{"text": "Hello! How can I help you today?","type": "output_text"}], “id”: “msg-abc123”, “role”: “assistant”, “status”: “completed”, “type”: “message” } |
output_index | int | :heavy_check_mark: | N/A | |
sequence_number | int | :heavy_check_mark: | N/A | |
type | components.StreamEventsResponseOutputItemDoneType | :heavy_check_mark: | N/A |