Property CompletionFilters
- Namespace
- LMKit.TextGeneration.Filters
- Assembly
- LM-Kit.NET.dll
CompletionFilters
Gets the ordered list of completion filters.
public IList<ICompletionFilter> CompletionFilters { get; }
Property Value
Remarks
Completion filters execute when the inference result is being finalized, in the order they appear in this list.