A list of chat completion choices. Can be more than one if n
is greater than 1.
The Unix timestamp (in seconds) of when the chat completion was created. Each chunk has the same timestamp.
A unique identifier for the chat completion. Each chunk has the same ID.
The model to generate the completion.
The object type, which is always chat.completion.chunk
.
Generated using TypeDoc
Represents a streamed chunk of a chat completion response returned by model, based on the provided input.