MemoryRecallItem constructor
MemoryRecallItem({})
Implementation
MemoryRecallItem({
required this.entityId,
required this.name,
required this.entityType,
this.context,
this.confidence,
this.createdAt,
this.validAt,
required this.score,
required this.relationships,
});