Interface: Memory
Represents a memory record, which could be a message or any other piece of information remembered by the system, including its content, associated user IDs, and optionally, its embedding vector for similarity comparisons.
Properties
content
• content: Content
created_at
• Optional
created_at: string
embedding
• Optional
embedding: number
[]
id
• Optional
id: `${string}-${string}-${string}-${string}-${string}`
room_id
• room_id: `${string}-${string}-${string}-${string}-${string}`
user_id
• user_id: `${string}-${string}-${string}-${string}-${string}`