Table of Contents

Property Cancel

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

Cancel

Gets or sets a value indicating whether this eviction should be cancelled.

public bool Cancel { get; set; }

Property Value

bool

true to prevent this memory from being evicted (the next candidate will be evaluated instead); false (default) to allow the eviction.