langchain.js
Preparing search index...
@langchain/community
chat_models/ibm
ChatWatsonxInput
Interface ChatWatsonxInput
Project/space params
interface
ChatWatsonxInput
{
maxConcurrency
?:
number
;
maxRetries
?:
number
;
model
:
string
;
promptIndex
?:
number
;
serviceUrl
:
string
;
streaming
?:
boolean
;
tool_choice
?:
WatsonxTooChoice
;
version
:
string
;
watsonxCallbacks
?:
RequestCallbacks
<
any
>
;
}
Hierarchy (
View Summary
)
Toolkit
WatsonxProjectSpaceParams
ChatWatsonxInput
Index
Properties
max
Concurrency?
max
Retries?
model
prompt
Index?
service
Url
streaming?
tool_
choice?
version
watsonx
Callbacks?
Properties
Optional
max
Concurrency
maxConcurrency
?:
number
Optional
max
Retries
maxRetries
?:
number
model
model
:
string
Optional
prompt
Index
promptIndex
?:
number
service
Url
serviceUrl
:
string
Optional
streaming
streaming
?:
boolean
Optional
tool_
choice
tool_choice
?:
WatsonxTooChoice
version
version
:
string
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
service
Url
streaming
tool_
choice
version
watsonx
Callbacks
langchain.js
Loading...
Project/space params