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
Remarks
Filters can replace this with a modified or entirely new result. The final value after all filters run is what the caller receives.