langchain.js
Preparing search index...
@langchain/community
chat_models/minimax
ChatCompletionResponseChoicesPro
Interface ChatCompletionResponseChoicesPro
Export
ChatCompletionResponseChoices
interface
ChatCompletionResponseChoicesPro
{
finish_reason
?:
string
;
messages
?:
ChatCompletionResponseMessage
[]
;
}
Index
Properties
finish_
reason?
messages?
Properties
Optional
finish_
reason
finish_reason
?:
string
Memberof
ChatCompletionResponseChoices
Optional
messages
messages
?:
ChatCompletionResponseMessage
[]
Memberof
ChatCompletionResponseChoices
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
finish_
reason
messages
langchain.js
Loading...
Export
ChatCompletionResponseChoices