v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-core/runnables
RunnableToolLikeArgs
Interface RunnableToolLikeArgs<RunInput, RunOutput>
interface
RunnableToolLikeArgs
<
RunInput
,
RunOutput
>
{
bound
:
Runnable
<
TypeOf
<
RunInput
>
,
RunOutput
,
RunnableConfig
>
;
name
:
string
;
schema
:
RunInput
;
config
?:
RunnableConfig
;
configFactories
?:
(
(
config
:
RunnableConfig
)
=>
RunnableConfig
)
[]
;
description
?:
string
;
kwargs
?:
Partial
<
RunnableConfig
>
;
}
Type Parameters
RunInput
extends
z.ZodType
=
z.ZodType
RunOutput
=
unknown
Hierarchy
Omit
<
RunnableBindingArgs
<
z.infer
<
RunInput
>
,
RunOutput
>
,
"config"
>
RunnableToolLikeArgs
Index
Properties
bound
name
schema
config?
config
Factories?
description?
kwargs?
Properties
bound
bound
:
Runnable
<
TypeOf
<
RunInput
>
,
RunOutput
,
RunnableConfig
>
name
name
:
string
schema
schema
:
RunInput
Optional
config
config
?:
RunnableConfig
Optional
config
Factories
config
Factories
?:
(
(
config
:
RunnableConfig
)
=>
RunnableConfig
)
[]
Optional
description
description
?:
string
Optional
kwargs
kwargs
?:
Partial
<
RunnableConfig
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bound
name
schema
config
config
Factories
description
kwargs
LangChain.js - v0.2.10
Loading...