Skip to main content

@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

packages/core/src/types.ts:29


text?

optional text: string

The main text content visible to users

Defined in

packages/core/src/types.ts:32


actions?

optional actions: string[]

Optional actions to be performed

Defined in

packages/core/src/types.ts:35


providers?

optional providers: string[]

Optional providers to use for context generation

Defined in

packages/core/src/types.ts:38


source?

optional source: string

Optional source/origin of the content

Defined in

packages/core/src/types.ts:41


url?

optional url: string

URL of the original message/post (e.g. tweet URL, Discord message link)

Defined in

packages/core/src/types.ts:44


inReplyTo?

optional inReplyTo: `${string}-${string}-${string}-${string}-${string}`

UUID of parent message if this is a reply/thread

Defined in

packages/core/src/types.ts:47


attachments?

optional attachments: Media[]

Array of media attachments

Defined in

packages/core/src/types.ts:50