Table of Contents

Property KVCacheContent

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

KVCacheContent

Gets the textual content currently represented in the KV-cache, reconstructed from the tokens it holds. Returns an empty string when the cache is empty or when no message has yet been processed.

string KVCacheContent { get; }

Property Value

string

Remarks

This is a best-effort textual projection of the cache state, useful for diagnostics, logging, and context-aware retrieval filtering.

Share