AgentInvokeOptions.KernelArguments Property
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.
Gets or sets optional arguments to pass to the agent's invocation, including any PromptExecutionSettings
public Microsoft.SemanticKernel.KernelArguments? KernelArguments { get; init; }
member this.KernelArguments : Microsoft.SemanticKernel.KernelArguments with get, set
Public Property KernelArguments As KernelArguments