Partager via


PromptRenderingContext(KernelFunction, KernelArguments) Constructor

Definition

Initializes a new instance of the PromptRenderingContext class.

public PromptRenderingContext (Microsoft.SemanticKernel.KernelFunction function, Microsoft.SemanticKernel.KernelArguments arguments);
new Microsoft.SemanticKernel.PromptRenderingContext : Microsoft.SemanticKernel.KernelFunction * Microsoft.SemanticKernel.KernelArguments -> Microsoft.SemanticKernel.PromptRenderingContext
Public Sub New (function As KernelFunction, arguments As KernelArguments)

Parameters

function
KernelFunction

The KernelFunction with which this filter is associated.

arguments
KernelArguments

The arguments associated with the operation.

Applies to