Partager via


FunctionInvokingEventArgs(KernelFunction, KernelArguments) Constructor

Definition

Initializes a new instance of the FunctionInvokingEventArgs class.

public FunctionInvokingEventArgs (Microsoft.SemanticKernel.KernelFunction function, Microsoft.SemanticKernel.KernelArguments arguments);
new Microsoft.SemanticKernel.FunctionInvokingEventArgs : Microsoft.SemanticKernel.KernelFunction * Microsoft.SemanticKernel.KernelArguments -> Microsoft.SemanticKernel.FunctionInvokingEventArgs
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