Table of Contents

Method ClearFilter

Namespace
LMKit.Agents.Memory
Assembly
LM-Kit.NET.dll

ClearFilter()

Removes the user-scope filter from the underlying memory, restoring unfiltered retrieval across all users.

[Obsolete("Companion of ApplyFilter, which sets a process-wide filter. Query with RecallAsync, which scopes per call and needs no cleanup.")]
public void ClearFilter()
Share