Table of Contents

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

IList<IPromptFilter>

Remarks

Prompt filters execute before and after inference, in the order they appear in this list.