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