Skip to main content

Interface: StreamToken

Properties

choices

choices: { delta: { content?: null | string ; role?: "function" | "user" | "assistant" | "system" } ; finish_reason: null | string ; index: number }[]

Defined in

callbacks/CallbackManager.ts:28


created

created: number

Defined in

callbacks/CallbackManager.ts:26


id

id: string

Defined in

callbacks/CallbackManager.ts:24


model

model: string

Defined in

callbacks/CallbackManager.ts:27


object

object: string

Defined in

callbacks/CallbackManager.ts:25