Skip to content

Latest commit

 

History

History
71 lines (38 loc) · 1.64 KB

openai.CreateChatCompletionDeltaResponse.md

File metadata and controls

71 lines (38 loc) · 1.64 KB

chatgpt / Exports / openai / CreateChatCompletionDeltaResponse

Interface: CreateChatCompletionDeltaResponse

openai.CreateChatCompletionDeltaResponse

Hierarchy

Table of contents

Properties

Properties

choices

choices: [{ delta: { content?: string ; role: Role } ; finish_reason: string ; index: number }]

Defined in

src/types.ts:198


created

created: number

Defined in

src/types.ts:196


id

id: string

Defined in

src/types.ts:194


model

model: string

Defined in

src/types.ts:197


object

object: "chat.completion.chunk"

Defined in

src/types.ts:195