Skip to content

MemorySearchOptions

Defined in: src/memory/types.ts:146

Options for MemoryManager.search.

Extends the store primitive SearchOptions with manager-level store routing.

optional maxSearchResults?: number;

Defined in: src/memory/types.ts:33

Maximum number of results to return from this store.

SearchOptions.maxSearchResults


optional stores?: string[];

Defined in: src/memory/types.ts:148

Filter to specific stores by name. Omit to search all.