interface ChatChunk {
    choices: Choice[];
    requestId: string;
    usage?: CompletionUsage;
}

Properties

choices: Choice[]
requestId: string