Kernel.PromptRenderFilters Property

Definition

Gets the collection of function filters available through the kernel.

public System.Collections.Generic.IList<Microsoft.SemanticKernel.IPromptRenderFilter> PromptRenderFilters { get; }
member this.PromptRenderFilters : System.Collections.Generic.IList<Microsoft.SemanticKernel.IPromptRenderFilter>
Public ReadOnly Property PromptRenderFilters As IList(Of IPromptRenderFilter)

Property Value

Applies to