Partager via


PromptRenderingEventArgs(KernelFunction, KernelArguments) Constructor

Definition

Initializes a new instance of the PromptRenderingEventArgs class.

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

Parameters

function
KernelFunction

The KernelFunction with which this event is associated.

arguments
KernelArguments

The arguments associated with the operation.

Applies to