Property PromptFilters
- Namespace
- LMKit.TextGeneration.Filters
- Assembly
- LM-Kit.NET.dll
PromptFilters
Gets the ordered list of prompt filters.
public IList<IPromptFilter> PromptFilters { get; }
Property Value
Remarks
Prompt filters execute before and after inference, in the order they appear in this list.