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