Class AzureOpenAIDetector
Detects Azure OpenAI availability via API key and endpoint. Requires apikey, endpoint, and optional comma-separated deployments list.
public sealed class AzureOpenAIDetector : IProviderDetector
- Inheritance
-
AzureOpenAIDetector
- Implements
- Inherited Members
Constructors
AzureOpenAIDetector(ProviderConfigurationManager)
public AzureOpenAIDetector(ProviderConfigurationManager config)
Parameters
configProviderConfigurationManager
Properties
ProviderName
public string ProviderName { get; }
Property Value
Methods
BuildKernel(ProviderModelInfo)
public Kernel BuildKernel(ProviderModelInfo model)
Parameters
modelProviderModelInfo
Returns
- Kernel
DetectAsync(CancellationToken)
public Task<ProviderInfo> DetectAsync(CancellationToken ct = default)