v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/community
load/serializable
BaseSerialized
Interface BaseSerialized<T>
interface
BaseSerialized
<
T
>
{
graph
?:
Record
<
string
,
any
>
;
id
:
string
[]
;
lc
:
number
;
name
?:
string
;
type
:
T
;
}
Type Parameters
T
extends
string
Hierarchy (
view full
)
BaseSerialized
SerializedConstructor
SerializedSecret
SerializedNotImplemented
Index
Properties
graph?
id
lc
name?
type
Properties
Optional
graph
graph
?:
Record
<
string
,
any
>
id
id
:
string
[]
lc
lc
:
number
Optional
name
name
?:
string
type
type
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
graph
id
lc
name
type
LangChain.js
Loading...