Table of Contents

Property Content

Namespace
LMKit.TextGeneration.Chat
Assembly
LM-Kit.NET.dll

Content

Gets the segment text as a materialized string.

public string Content { get; }

Property Value

string

Remarks

This value is created from the current Content when the segment list is built. Subsequent changes to Content will rebuild segments on demand, so callers should not cache instances across content mutations.