Table of Contents

Property Memories

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

Memories

Gets the list of memories extracted from the conversation turn.

public IReadOnlyList<ExtractedMemory> Memories { get; }

Property Value

IReadOnlyList<ExtractedMemory>

A read-only list of ExtractedMemory instances. Each memory can be individually cancelled by setting Cancel to true.