KernelAgent.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.
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
Remarks
Defaults to empty Kernel, but may be overridden.