Class AIClientOptions
- Namespace
- Microsoft.Extensions.Hosting
- Assembly
- Microsoft.AutoGen.Extensions.MEAI.dll
public class AIClientOptions
- Inheritance
-
AIClientOptions
- Inherited Members
-
Properties
ChatApiKey
[Required]
public required string ChatApiKey { get; set; }
Property Value
- string
ChatDeploymentOrModelId
[Required]
public required string ChatDeploymentOrModelId { get; set; }
Property Value
- string
ChatEndpoint
[Required]
public required string ChatEndpoint { get; set; }
Property Value
- string
EmbeddingsApiKey
[Required]
public required string EmbeddingsApiKey { get; set; }
Property Value
- string
EmbeddingsDeploymentOrModelId
[Required]
public required string EmbeddingsDeploymentOrModelId { get; set; }
Property Value
- string
EmbeddingsEndpoint
[Required]
public required string EmbeddingsEndpoint { get; set; }
Property Value
- string
ImageApiKey
[Required]
public required string ImageApiKey { get; set; }
Property Value
- string
ImageDeploymentOrModelId
public required string ImageDeploymentOrModelId { get; set; }
Property Value
- string
ImageEndpoint
[Required]
public required string ImageEndpoint { get; set; }
Property Value
- string
ModelType
[Required]
public required string ModelType { get; set; }
Property Value
- string