Table of Contents

Property Cancel

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

Cancel

Gets or sets a value indicating whether this memory should be skipped and not stored.

public bool Cancel { get; set; }

Property Value

bool

true to prevent this memory from being stored; false to allow storage. Default is false.

Remarks

Set this property in the BeforeMemoryStored event handler to selectively filter out unwanted memories.