PromptRenderingEventArgs(KernelFunction, KernelArguments) Constructor
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.
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.