PlannerOptions.SemanticMemoryConfig 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.
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.