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