Table of Contents

Property Filter

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

Filter

Gets or sets the filtering criteria used to determine which memory entries are included during retrieval operations.

public DataFilter Filter { get; set; }

Property Value

DataFilter

Remarks

By setting this property with a custom DataFilter, you can control which DataSource and Section objects are considered during memory searches. When a filter function returns true for a given data source or section, that item will be excluded from retrieval operations, allowing you to tailor the memory recall process to your specific requirements.