Share via


PromptRenderingContext Class

Definition

Caution

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

Class with data related to prompt before rendering.

[System.Obsolete("This class is deprecated in favor of PromptRenderContext class, which is used in IPromptRenderFilter interface.")]
public sealed class PromptRenderingContext : Microsoft.SemanticKernel.PromptFilterContext
[<System.Obsolete("This class is deprecated in favor of PromptRenderContext class, which is used in IPromptRenderFilter interface.")>]
type PromptRenderingContext = class
    inherit PromptFilterContext
Public NotInheritable Class PromptRenderingContext
Inherits PromptFilterContext
Inheritance
PromptRenderingContext
Attributes

Constructors

PromptRenderingContext(KernelFunction, KernelArguments)

Initializes a new instance of the PromptRenderingContext class.

Properties

Arguments

Gets the arguments associated with the operation.

(Inherited from PromptFilterContext)
Function

Gets the KernelFunction with which this filter is associated.

(Inherited from PromptFilterContext)
Metadata

Gets a dictionary of metadata associated with the operation.

(Inherited from PromptFilterContext)

Applies to