Partager via


IPromptRenderFilter Interface

Definition

Interface for filtering actions during prompt rendering.

public interface IPromptRenderFilter
type IPromptRenderFilter = interface
Public Interface IPromptRenderFilter

Methods

OnPromptRenderAsync(PromptRenderContext, Func<PromptRenderContext,Task>)

Method which is called asynchronously before prompt rendering.

Applies to