SemanticMemoryConfig Class
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.
public class SemanticMemoryConfig
type SemanticMemoryConfig = class
Public Class SemanticMemoryConfig
- Inheritance
-
SemanticMemoryConfig
Constructors
SemanticMemoryConfig() |
Properties
IncludedFunctions |
A list of functions to be included regardless of relevancy. |
MaxRelevantFunctions |
The maximum number of relevant functions to search for. |
Memory |
Semantic memory to use for filtering function lookup during plan creation. |
RelevancyThreshold |
The minimum relevancy score for a function to be considered. |