Preparing search index...
The search index is not available
@getzep/zep-js
@getzep/zep-js
IMemory
Interface IMemory
IMemory interface for providing input to create a Memory instance.
interface
IMemory
{
created_at
?:
string
;
facts
?:
string
[]
;
messages
?:
IMessage
[]
;
metadata
?:
Record
<
string
,
any
>
;
summary
?:
ISummary
;
token_count
?:
number
;
uuid
?:
string
;
}
Index
Properties
created_
at?
facts?
messages?
metadata?
summary?
token_
count?
uuid?
Properties
Optional
created_
at
created_
at
?:
string
Optional
facts
facts
?:
string
[]
Optional
messages
messages
?:
IMessage
[]
Optional
metadata
metadata
?:
Record
<
string
,
any
>
Optional
summary
summary
?:
ISummary
Optional
token_
count
token_
count
?:
number
Optional
uuid
uuid
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
created_
at
facts
messages
metadata
summary
token_
count
uuid
@getzep/zep-js
Loading...
IMemory interface for providing input to create a Memory instance.