langchain.js
Preparing search index...
@langchain/core
runnables
RunnableBindingArgs
Type Alias RunnableBindingArgs<RunInput, RunOutput, CallOptions>
type
RunnableBindingArgs
<
RunInput
,
RunOutput
,
CallOptions
extends
RunnableConfig
=
RunnableConfig
,
>
=
{
bound
:
Runnable
<
RunInput
,
RunOutput
,
CallOptions
>
;
config
:
RunnableConfig
;
configFactories
?:
(
(
config
:
RunnableConfig
)
=>
RunnableConfig
|
Promise
<
RunnableConfig
>
)
[]
;
kwargs
?:
Partial
<
CallOptions
>
;
}
Type Parameters
RunInput
RunOutput
CallOptions
extends
RunnableConfig
=
RunnableConfig
Index
Properties
bound
config
config
Factories?
kwargs?
Properties
bound
bound
:
Runnable
<
RunInput
,
RunOutput
,
CallOptions
>
config
config
:
RunnableConfig
Optional
config
Factories
configFactories
?:
(
(
config
:
RunnableConfig
)
=>
RunnableConfig
|
Promise
<
RunnableConfig
>
)
[]
Optional
kwargs
kwargs
?:
Partial
<
CallOptions
>
Deprecated
use
config
instead
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bound
config
config
Factories
kwargs
langchain.js
Loading...
Deprecated
use config instead