langchain.js
Preparing search index...
@langchain/community
chat_models/ibm
WatsonxCallOptionsChat
Interface WatsonxCallOptionsChat
Project/space params
interface
WatsonxCallOptionsChat
{
maxConcurrency
?:
number
;
maxRetries
?:
number
;
model
?:
string
;
promptIndex
?:
number
;
streaming
?:
boolean
;
tool_choice
?:
WatsonxTooChoice
;
watsonxCallbacks
?:
RequestCallbacks
<
any
>
;
}
Hierarchy (
View Summary
)
Partial
<
Omit
<
TextChatParams
,
"modelId"
|
"toolChoice"
|
"messages"
>
>
WatsonxBaseChatParams
WatsonxCallOptionsChat
WatsonxCallParams
WatsonxProjectSpaceParams
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