v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/core
runnables/graph
Node
Interface Node
interface
Node
{
data
:
RunnableIOSchema
|
RunnableInterface
<
any
,
any
,
RunnableConfig
<
Record
<
string
,
any
>
>
>
;
id
:
string
;
metadata
?:
Record
<
string
,
any
>
;
name
:
string
;
}
Index
Properties
data
id
metadata?
name
Properties
data
data
:
RunnableIOSchema
|
RunnableInterface
<
any
,
any
,
RunnableConfig
<
Record
<
string
,
any
>
>
>
id
id
:
string
Optional
metadata
metadata
?:
Record
<
string
,
any
>
name
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
id
metadata
name
LangChain.js
Loading...