mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-18 16:44:33 -04:00
1.3 KiB
1.3 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| StreamToken | Interface: StreamToken | StreamToken | 0 | null |
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