Skip to content

MemorySearchOptions

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

Options for MemoryManager.search.

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

optional maxSearchResults?: number;

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

Maximum number of results to return from this store.

SearchOptions.maxSearchResults


optional stores?: string[];

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

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