PromptRenderingContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |