MemoryAddOptions
Defined in: src/memory/types.ts:154
Options for MemoryManager.add.
Properties
Section titled “Properties”metadata?
Section titled “metadata?”optional metadata?: Record<string, JSONValue>;Defined in: src/memory/types.ts:156
Metadata to associate with the added entry.
stores?
Section titled “stores?”optional stores?: string[];Defined in: src/memory/types.ts:158
Filter to specific writable stores by name. Omit to write to all writable stores.