langchain.js
Preparing search index...
@langchain/ollama
ChatOllamaCallOptions
Interface ChatOllamaCallOptions
interface
ChatOllamaCallOptions
{
format
?:
string
|
Record
<
string
,
any
>
;
stop
?:
string
[]
;
tool_choice
?:
undefined
;
tools
?:
BindToolsInput
[]
;
}
Hierarchy (
View Summary
)
BaseDynamicToolInput
ChatOllamaCallOptions
Index
Properties
format?
stop?
tool_
choice?
tools?
Properties
Optional
format
format
?:
string
|
Record
<
string
,
any
>
Optional
stop
stop
?:
string
[]
An array of strings to stop on.
Optional
tool_
choice
tool_choice
?:
undefined
Deprecated
Tool choice is not supported for ChatOllama
Optional
tools
tools
?:
BindToolsInput
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
format
stop
tool_
choice
tools
langchain.js
Loading...
An array of strings to stop on.