Share via


Agent.Kernel Property

Definition

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.

Applies to