Table of Contents

Property Result

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

Result

Gets or sets the inference result.

public TextGenerationResult Result { get; set; }

Property Value

TextGenerationResult

Remarks

Before inference, this is null. After the pipeline completes inference, this holds the generated result.

Short-circuiting: Set this to a non-null TextGenerationResult and do not call next to skip inference entirely. This is useful for returning cached results or blocking requests.