@elizaos/core v1.0.0-beta.7 / Content
Interface: Content
Represents the content of a memory, message, or other information
Indexable
[key
: string
]: unknown
Properties
thought?
optional
thought:string
The agent's internal thought process
Defined in
text?
optional
text:string
The main text content visible to users
Defined in
actions?
optional
actions:string
[]
Optional actions to be performed
Defined in
providers?
optional
providers:string
[]
Optional providers to use for context generation
Defined in
source?
optional
source:string
Optional source/origin of the content
Defined in
url?
optional
url:string
URL of the original message/post (e.g. tweet URL, Discord message link)
Defined in
inReplyTo?
optional
inReplyTo: `${string}-${string}-${string}-${string}-${string}`
UUID of parent message if this is a reply/thread
Defined in
attachments?
optional
attachments:Media
[]
Array of media attachments