Property | Type | Description |
---|---|---|
object | Text | The type of this object. It is always set to "list". |
data | Completion_Response | An array of chat completion objects. |
first_id | Text | The identifier of the first chat completion in the data array. |
last_id | Text | The identifier of the last chat completion in the data array. |
has_more | Boolean | Indicates whether there are more Chat Completions available. |