Partager via


PlannerOptions.SemanticMemoryConfig Property

Definition

Semantic Memory configuration, used to enable function filtering during plan creation.

public Microsoft.SemanticKernel.Planning.SemanticMemoryConfig SemanticMemoryConfig { get; set; }
member this.SemanticMemoryConfig : Microsoft.SemanticKernel.Planning.SemanticMemoryConfig with get, set
Public Property SemanticMemoryConfig As SemanticMemoryConfig

Property Value

Remarks

This configuration will be ignored if GetAvailableFunctionsAsync is set.

Applies to