Preparing search index...
The search index is not available
@wllama/wllama
@wllama/wllama
ChatCompletionChunk
Interface ChatCompletionChunk
Response when stream=true — one chunk per SSE event
interface
ChatCompletionChunk
{
choices
:
ChatCompletionChunkChoice
[]
;
created
:
number
;
id
:
string
;
model
:
string
;
object
:
"chat.completion.chunk"
;
timings
?:
ResultTimings
;
usage
?:
null
|
ChatCompletionUsage
;
}
Index
Properties
choices
created
id
model
object
timings?
usage?
Properties
choices
choices
:
ChatCompletionChunkChoice
[]
created
created
:
number
id
id
:
string
model
model
:
string
object
object
:
"chat.completion.chunk"
Optional
timings
timings
?:
ResultTimings
Optional
usage
usage
?:
null
|
ChatCompletionUsage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
choices
created
id
model
object
timings
usage
@wllama/wllama
Loading...
Response when stream=true — one chunk per SSE event