SongGuess
Preparing search index...
server/worker-configuration
AgentMemoryMessage
Interface AgentMemoryMessage
A conversation message passed to ingest().
interface
AgentMemoryMessage
{
content
:
string
;
role
:
"user"
|
"system"
|
"assistant"
;
timestamp
?:
Date
;
}
Index
Properties
content
role
timestamp?
Properties
content
content
:
string
role
role
:
"user"
|
"system"
|
"assistant"
Optional
timestamp
timestamp
?:
Date
Optional message timestamp.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
role
timestamp
SongGuess
Loading...
A conversation message passed to ingest().