import type { ChoiceDelta } from "./ChoiceDelta.js"; export interface ChunkChoice { delta: ChoiceDelta; finish_reason: string | null; index: number; logprobs?: Record | null; }