langchain.js
Preparing search index...
@langchain/community
chat_models/ibm
WatsonxCallParams
Interface WatsonxCallParams
Project/space params
interface
WatsonxCallParams
{
maxConcurrency
?:
number
;
maxRetries
?:
number
;
model
?:
string
;
promptIndex
?:
number
;
streaming
?:
boolean
;
tool_choice
?:
WatsonxTooChoice
;
watsonxCallbacks
?:
RequestCallbacks
<
any
>
;
}
Hierarchy (
View Summary
)
WatsonxCallOptionsChat
WatsonxCallParams
Index
Properties
max
Concurrency?
max
Retries?
model?
prompt
Index?
streaming?
tool_
choice?
watsonx
Callbacks?
Properties
Optional
max
Concurrency
maxConcurrency
?:
number
Optional
max
Retries
maxRetries
?:
number
Optional
model
model
?:
string
Optional
prompt
Index
promptIndex
?:
number
Optional
streaming
streaming
?:
boolean
Optional
tool_
choice
tool_choice
?:
WatsonxTooChoice
Optional
watsonx
Callbacks
watsonxCallbacks
?:
RequestCallbacks
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
Concurrency
max
Retries
model
prompt
Index
streaming
tool_
choice
watsonx
Callbacks
langchain.js
Loading...
Project/space params