Example Usage
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
item | models.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” } |
outputIndex | number | :heavy_check_mark: | N/A | |
sequenceNumber | number | :heavy_check_mark: | N/A | |
type | ”response.output_item.done” | :heavy_check_mark: | N/A |