APIinterface CompletionChunkChoice {delta: { content?: string | null; role?: string | undefined; toolCalls?: DeepPartial<ToolCall>[]; };finishReason: string | null;index: number;}