Property KVCacheContent
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
Remarks
This is a best-effort textual projection of the cache state, useful for diagnostics, logging, and context-aware retrieval filtering.