actrone-memory
Preparing search index...
adapters
LiChatMessage
Interface LiChatMessage
A LlamaIndex.TS-style chat message (
role
+
content
), structural, no import.
interface
LiChatMessage
{
role
:
string
;
content
:
string
;
}
Index
Properties
role
content
Properties
Readonly
role
role
:
string
Readonly
content
content
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
role
content
actrone-memory
Loading...
A LlamaIndex.TS-style chat message (
role+content), structural, no import.