v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-mistralai
ChatMistralAICallOptions
Interface ChatMistralAICallOptions
interface
ChatMistralAICallOptions
{
tools
:
StructuredToolInterface
[]
|
MistralAIToolInput
[]
|
Tool
[]
;
response_format
?:
{
type
:
"text"
|
"json_object"
;
}
;
streamUsage
?:
boolean
;
tool_choice
?:
MistralAIToolChoice
;
}
Hierarchy
MistralAICallOptions
ChatMistralAICallOptions
Index
Properties
tools
response_
format?
stream
Usage?
tool_
choice?
Properties
tools
tools
:
StructuredToolInterface
[]
|
MistralAIToolInput
[]
|
Tool
[]
Optional
response_
format
response_
format
?:
{
type
:
"text"
|
"json_object"
;
}
Optional
stream
Usage
stream
Usage
?:
boolean
Whether or not to include token usage in the stream.
Default
{
true
}
Copy
Optional
tool_
choice
tool_
choice
?:
MistralAIToolChoice
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
tools
response_
format
stream
Usage
tool_
choice
LangChain.js - v0.2.10
Loading...
Whether or not to include token usage in the stream.