ChatHistoryMemoryProviderOptions.MaxResults Property

Definition

Gets or sets the maximum number of results to retrieve from the chat history.

public int? MaxResults { get; set; }
member this.MaxResults : Nullable<int> with get, set
Public Property MaxResults As Nullable(Of Integer)

Property Value

Defaults to 3 if not set.

Applies to