Table of Contents

Property Completion

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

Completion

Gets the generated text in a human-readable format.

public string Completion { get; }

Property Value

string

Remarks

This is the FULL accumulated assistant turn, including every segment type emitted by the runtime (UserVisible, InternalReasoning, ToolInvocation, ...). For a callable user-facing answer that excludes the model's internal chain-of-thought, prefer Content.

Share