SemanticMemoryConfig.IncludedFunctions 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.
A list of functions to be included regardless of relevancy.
public System.Collections.Generic.HashSet<(string PluginName, string FunctionName)> IncludedFunctions { get; }
member this.IncludedFunctions : System.Collections.Generic.HashSet<ValueTuple<string, string>>
Public ReadOnly Property IncludedFunctions As HashSet(Of ValueTuple(Of String, String))