Partager via


SemanticMemoryConfig.MaxRelevantFunctions Property

Definition

The maximum number of relevant functions to search for.

public int MaxRelevantFunctions { get; set; }
member this.MaxRelevantFunctions : int with get, set
Public Property MaxRelevantFunctions As Integer

Property Value

Remarks

Limits the number of relevant functions as result of semantic search included in the plan creation request. IncludedFunctions will be included in the plan regardless of this limit.

Applies to