Skip to main content

@elizaos/core v1.0.16 / Log

Interface: Log

Represents a log entry

Properties​

id?​

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

Optional unique identifier

Defined in​

packages/core/src/types/database.ts:12


entityId​

entityId: `${string}-${string}-${string}-${string}-${string}`

Associated entity ID

Defined in​

packages/core/src/types/database.ts:15


roomId?​

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

Associated room ID

Defined in​

packages/core/src/types/database.ts:18


body​

body: object

Log body

Index Signature​

[key: string]: unknown

Defined in​

packages/core/src/types/database.ts:21


type​

type: string

Log type

Defined in​

packages/core/src/types/database.ts:24


createdAt​

createdAt: Date

Log creation timestamp

Defined in​

packages/core/src/types/database.ts:27