ProjectOpenAIClientOptions 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.
Represents options for configuring a project OpenAI client.
public class ProjectOpenAIClientOptions : OpenAI.OpenAIClientOptions
type ProjectOpenAIClientOptions = class
inherit OpenAIClientOptions
Public Class ProjectOpenAIClientOptions
Inherits OpenAIClientOptions
- Inheritance
-
OpenAI.OpenAIClientOptionsProjectOpenAIClientOptions
- Derived
Constructors
| Name | Description |
|---|---|
| ProjectOpenAIClientOptions() |
Initializes a new instance of ProjectOpenAIClientOptions. |
Properties
| Name | Description |
|---|---|
| AgentName |
Gets or sets the agent name used when building an agent endpoint. |
| ApiVersion |
Gets or sets the API version used for project OpenAI requests. |