langchain.js
Preparing search index...
@langchain/langgraph-sdk
index
SearchItem
Interface SearchItem
interface
SearchItem
{
createdAt
:
string
;
key
:
string
;
namespace
:
string
[]
;
score
?:
number
;
updatedAt
:
string
;
value
:
Record
<
string
,
any
>
;
}
Hierarchy (
View Summary
)
Item
SearchItem
Index
Properties
created
At
key
namespace
score?
updated
At
value
Properties
created
At
createdAt
:
string
key
key
:
string
namespace
namespace
:
string
[]
Optional
score
score
?:
number
updated
At
updatedAt
:
string
value
value
:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
key
namespace
score
updated
At
value
langchain.js
Loading...