Interface StandaloneMemoryLongTermRetrieverOptions

interface StandaloneMemoryLongTermRetrieverOptions {
    defaultLimitPerScope?: number;
    conversationLimit?: number;
    includeScopeHeadings?: boolean;
}

Properties

defaultLimitPerScope?: number

Fallback result limit for scopes that do not have an explicit cap.

Default

4
conversationLimit?: number

Conversation-scope cap. topKByScope only covers user/persona/org.

Default

4
includeScopeHeadings?: boolean

Include markdown headings for each scope block in the returned context.

Default

true