Member Junction
Preparing search index...
@memberjunction/ai
ChatResultChoice
Type Alias ChatResultChoice
A single choice in the chat completion result.
type
ChatResultChoice
=
{
finish_reason
:
string
;
index
:
number
;
logprobs
?:
ChatResultLogProbs
|
null
;
message
:
ChatCompletionMessage
;
}
Index
Properties
finish_
reason
index
logprobs?
message
Properties
finish_
reason
finish_reason
:
string
index
index
:
number
Optional
logprobs
logprobs
?:
ChatResultLogProbs
|
null
message
message
:
ChatCompletionMessage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
finish_
reason
index
logprobs
message
Member Junction
Loading...
A single choice in the chat completion result.