Skip to main content

@elizaos/core v1.0.6 / v2 / Log

Interface: Log

Represents a log entry

Properties​

id?​

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

Optional unique identifier

Defined in​

packages/core/src/specs/v2/types.ts:332


entityId​

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

Associated entity ID

Defined in​

packages/core/src/specs/v2/types.ts:335


roomId?​

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

Associated room ID

Defined in​

packages/core/src/specs/v2/types.ts:338


body​

body: object

Log body

Index Signature​

[key: string]: unknown

Defined in​

packages/core/src/specs/v2/types.ts:341


type​

type: string

Log type

Defined in​

packages/core/src/specs/v2/types.ts:344


createdAt​

createdAt: Date

Log creation timestamp

Defined in​

packages/core/src/specs/v2/types.ts:347