Share via


KernelAgent.Kernel Property

Definition

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.

Applies to