langchain.js
Preparing search index...
@langchain/community
chat_models/ibm
ChatWatsonxDeployedInput
Interface ChatWatsonxDeployedInput
interface
ChatWatsonxDeployedInput
{
authenticator
?:
string
;
idOrName
?:
string
;
maxConcurrency
?:
number
;
maxRetries
?:
number
;
serviceUrl
:
string
;
streaming
?:
boolean
;
version
:
string
;
watsonxCallbacks
?:
RequestCallbacks
<
any
>
;
}
Hierarchy (
View Summary
)
BaseDynamicToolInput
WatsonxDeployedParams
Neverify
<
TextChatParams
>
ChatWatsonxDeployedInput
Index
Properties
authenticator?
id
Or
Name?
max
Concurrency?
max
Retries?
service
Url
streaming?
version
watsonx
Callbacks?
Properties
Optional
authenticator
authenticator
?:
string
Optional
id
Or
Name
idOrName
?:
string
Optional
max
Concurrency
maxConcurrency
?:
number
Optional
max
Retries
maxRetries
?:
number
service
Url
serviceUrl
:
string
Optional
streaming
streaming
?:
boolean
version
version
:
string
Optional
watsonx
Callbacks
watsonxCallbacks
?:
RequestCallbacks
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authenticator
id
Or
Name
max
Concurrency
max
Retries
service
Url
streaming
version
watsonx
Callbacks
langchain.js
Loading...