langchain.js
Preparing search index...
@langchain/community
chat_models/ibm
WatsonxCallOptionsGatewayChat
Interface WatsonxCallOptionsGatewayChat
interface
WatsonxCallOptionsGatewayChat
{
maxConcurrency
?:
number
;
maxRetries
?:
number
;
modelGatewayKwargs
?:
WatsonxGatewayChatKwargs
;
promptIndex
?:
number
;
streaming
?:
boolean
;
tool_choice
?:
WatsonxTooChoice
;
watsonxCallbacks
?:
RequestCallbacks
<
any
>
;
}
Hierarchy (
View Summary
)
Omit
<
CreateChatCompletionsParams
,
|
"stream"
|
"toolChoice"
|
"messages"
|
"prompt"
|
keyof
WatsonxGatewayChatKwargs
,
>
WatsonxBaseChatParams
WatsonxCallOptionsGatewayChat
WatsonxGatewayChatParams
Index
Properties
max
Concurrency?
max
Retries?
model
Gateway
Kwargs?
prompt
Index?
streaming?
tool_
choice?
watsonx
Callbacks?
Properties
Optional
max
Concurrency
maxConcurrency
?:
number
Optional
max
Retries
maxRetries
?:
number
Optional
model
Gateway
Kwargs
modelGatewayKwargs
?:
WatsonxGatewayChatKwargs
Additional parameters usable only in model gateway
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
Gateway
Kwargs
prompt
Index
streaming
tool_
choice
watsonx
Callbacks
langchain.js
Loading...
Additional parameters usable only in model gateway