Partager via


PromptRenderedEventArgs(KernelFunction, KernelArguments, String) Constructor

Definition

Initializes a new instance of the PromptRenderedEventArgs class.

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

Parameters

function
KernelFunction

The KernelFunction with which this event is associated.

arguments
KernelArguments

The arguments associated with the operation.

renderedPrompt
String

The prompt that was rendered by the associated operation.

Applies to