@elizaos/core v1.0.0-beta.34 / 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:219
entityId
entityId: `${string}-${string}-${string}-${string}-${string}`
Associated entity ID
Defined in
packages/core/src/types.ts:222
roomId?
optional
roomId: `${string}-${string}-${string}-${string}-${string}`
Associated room ID
Defined in
packages/core/src/types.ts:225
body
body:
object
Log body
Index Signature
[key
: string
]: unknown
Defined in
packages/core/src/types.ts:228
type
type:
string
Log type
Defined in
packages/core/src/types.ts:231
createdAt
createdAt:
Date
Log creation timestamp