langchain.js
Preparing search index...
@langchain/mistralai
ChatMistralAICallOptions
Interface ChatMistralAICallOptions
interface
ChatMistralAICallOptions
{
response_format
?:
{
type
:
"text"
|
"json_object"
}
;
streamUsage
?:
boolean
;
tool_choice
?:
ChatCompletionRequestToolChoice
;
tools
?:
any
[]
;
[
key
:
string
]:
BaseLanguageModelCallOptions
;
[
key
:
number
]:
BaseLanguageModelCallOptions
;
[
key
:
symbol
]:
BaseLanguageModelCallOptions
;
}
Hierarchy
Omit
<
BaseDynamicToolInput
,
"stop"
>
ChatMistralAICallOptions
Indexable
[
key
:
string
]:
BaseLanguageModelCallOptions
[
key
:
number
]:
BaseLanguageModelCallOptions
[
key
:
symbol
]:
BaseLanguageModelCallOptions
Index
Properties
response_
format?
stream
Usage?
tool_
choice?
tools?
Properties
Optional
response_
format
response_format
?:
{
type
:
"text"
|
"json_object"
}
Optional
stream
Usage
streamUsage
?:
boolean
Whether or not to include token usage in the stream.
Default
{
true
}
Copy
Optional
tool_
choice
tool_choice
?:
ChatCompletionRequestToolChoice
Optional
tools
tools
?:
any
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
response_
format
stream
Usage
tool_
choice
tools
langchain.js
Loading...
Whether or not to include token usage in the stream.