langchain.js
Preparing search index...
@langchain/community
chat_models/ibm
WatsonxCallOptionsDeployedChat
Interface WatsonxCallOptionsDeployedChat
interface
WatsonxCallOptionsDeployedChat
{
maxConcurrency
?:
number
;
maxRetries
?:
number
;
promptIndex
?:
number
;
streaming
?:
boolean
;
tool_choice
?:
string
|
TextChatParameterTools
;
watsonxCallbacks
?:
RequestCallbacks
<
any
>
;
[
key
:
string
]:
BaseChatModelCallOptions
;
[
key
:
number
]:
BaseChatModelCallOptions
;
[
key
:
symbol
]:
BaseChatModelCallOptions
;
}
Hierarchy (
View Summary
)
Omit
<
BaseDynamicToolInput
,
"stop"
>
WatsonxCallDeployedParams
WatsonxChatBasicOptions
WatsonxCallOptionsDeployedChat
Indexable
[
key
:
string
]:
BaseChatModelCallOptions
[
key
:
number
]:
BaseChatModelCallOptions
[
key
:
symbol
]:
BaseChatModelCallOptions
Index
Properties
max
Concurrency?
max
Retries?
prompt
Index?
streaming?
tool_
choice?
watsonx
Callbacks?
Properties
Optional
max
Concurrency
maxConcurrency
?:
number
Optional
max
Retries
maxRetries
?:
number
Optional
prompt
Index
promptIndex
?:
number
Optional
streaming
streaming
?:
boolean
Optional
tool_
choice
tool_choice
?:
string
|
TextChatParameterTools
Optional
watsonx
Callbacks
watsonxCallbacks
?:
RequestCallbacks
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
Concurrency
max
Retries
prompt
Index
streaming
tool_
choice
watsonx
Callbacks
langchain.js
Loading...