Skip to main content

@elizaos/core v1.0.0-beta.7 / 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.ts:221


entityId

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

Associated entity ID

Defined in

packages/core/src/types.ts:224


roomId?

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

Associated room ID

Defined in

packages/core/src/types.ts:227


body

body: object

Log body

Index Signature

[key: string]: unknown

Defined in

packages/core/src/types.ts:230


type

type: string

Log type

Defined in

packages/core/src/types.ts:233


createdAt

createdAt: Date

Log creation timestamp

Defined in

packages/core/src/types.ts:236