次の方法で共有


PromptFilterContext Class

Definition

Caution

This class is deprecated in favor of PromptRenderContext class, which is used in IPromptRenderFilter interface.

Base class with data related to prompt rendering.

[System.Obsolete("This class is deprecated in favor of PromptRenderContext class, which is used in IPromptRenderFilter interface.")]
public abstract class PromptFilterContext
[<System.Obsolete("This class is deprecated in favor of PromptRenderContext class, which is used in IPromptRenderFilter interface.")>]
type PromptFilterContext = class
Public MustInherit Class PromptFilterContext
Inheritance
PromptFilterContext
Derived
Attributes

Properties

Arguments

Gets the arguments associated with the operation.

Function

Gets the KernelFunction with which this filter is associated.

Metadata

Gets a dictionary of metadata associated with the operation.

Applies to