@elizaos/core v1.0.0-beta.51 / 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:272
entityId​
entityId: `${string}-${string}-${string}-${string}-${string}`
Associated entity ID
Defined in​
packages/core/src/types.ts:275
roomId?​
optional
roomId: `${string}-${string}-${string}-${string}-${string}`
Associated room ID
Defined in​
packages/core/src/types.ts:278
body​
body:
object
Log body
Index Signature​
[key
: string
]: unknown
Defined in​
packages/core/src/types.ts:281
type​
type:
string
Log type
Defined in​
packages/core/src/types.ts:284
createdAt​
createdAt:
Date
Log creation timestamp