Agent.Kernel 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 the Kernel containing services, plugins, and filters for use throughout the agent lifetime.
public Microsoft.SemanticKernel.Kernel Kernel { get; init; }
member this.Kernel : Microsoft.SemanticKernel.Kernel with get, set
Public Property Kernel As Kernel
Property Value
The Kernel containing services, plugins, and filters for use throughout the agent lifetime. The default value is an empty Kernel, but that can be overridden.