MemorySearchOptions
Defined in: src/memory/types.ts:146
Options for MemoryManager.search.
Extends the store primitive SearchOptions with manager-level store routing.
Extends
Section titled “Extends”Properties
Section titled “Properties”maxSearchResults?
Section titled “maxSearchResults?”optional maxSearchResults?: number;Defined in: src/memory/types.ts:33
Maximum number of results to return from this store.
Inherited from
Section titled “Inherited from”SearchOptions.maxSearchResults
stores?
Section titled “stores?”optional stores?: string[];Defined in: src/memory/types.ts:148
Filter to specific stores by name. Omit to search all.