ResponsesServerOptions 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.
Configuration options for the Responses API server SDK.
public class ResponsesServerOptions
type ResponsesServerOptions = class
Public Class ResponsesServerOptions
- Inheritance
-
ResponsesServerOptions
Constructors
| Name | Description |
|---|---|
| ResponsesServerOptions() | |
Properties
| Name | Description |
|---|---|
| DefaultFetchHistoryCount |
Gets or sets the maximum number of conversation history items that
GetHistoryAsync(CancellationToken) fetches. Default: 100.
Can also be configured via the |
| DefaultModel |
Gets or sets the default model to use when |