OpenAI-compatible streaming chat completion chunk struct.
Mirrors the shape of server-sent events from POST /v1/chat/completions with stream: true.
Summary
Types
@type t() :: %LlamaCppEx.ChatCompletionChunk{ choices: [chunk_choice()], created: integer(), id: String.t(), model: String.t(), object: String.t() }