Preparing search index...
The search index is not available
@wllama/wllama
@wllama/wllama
ChatCompletionChunkChoice
Interface ChatCompletionChunkChoice
interface
ChatCompletionChunkChoice
{
delta
:
ChatCompletionChunkDelta
;
finish_reason
:
null
|
"length"
|
"stop"
|
"tool_calls"
|
"content_filter"
;
index
:
number
;
logprobs
:
null
|
ChatCompletionChoiceLogprobs
;
}
Index
Properties
delta
finish_
reason
index
logprobs
Properties
delta
delta
:
ChatCompletionChunkDelta
finish_
reason
finish_reason
:
null
|
"length"
|
"stop"
|
"tool_calls"
|
"content_filter"
index
index
:
number
logprobs
logprobs
:
null
|
ChatCompletionChoiceLogprobs
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delta
finish_
reason
index
logprobs
@wllama/wllama
Loading...