ResponsesServerOptions.DefaultFetchHistoryCount 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.
Gets or sets the maximum number of conversation history items that
GetHistoryAsync(CancellationToken) fetches. Default: 100.
Can also be configured via the DEFAULT_FETCH_HISTORY_ITEM_COUNT
environment variable (integer value). Programmatic configuration takes precedence.
public int DefaultFetchHistoryCount { get; set; }
member this.DefaultFetchHistoryCount : int with get, set
Public Property DefaultFetchHistoryCount As Integer