Share via


PromptRenderedContext Class

Definition

Caution

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

Class with data related to prompt after rendering.

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

Constructors

PromptRenderedContext(KernelFunction, KernelArguments, String)

Initializes a new instance of the PromptRenderedContext class.

Properties

Arguments

Gets the arguments associated with the operation.

(Inherited from PromptFilterContext)
Cancel

Gets or sets a value indicating whether the operation associated with the filter should be canceled.

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)
RenderedPrompt

Gets or sets the rendered prompt.

Applies to