2 overrides of AddClient
Aspire.Azure.AI.Inference (2)
AspireAzureAIInferenceExtensions.cs (2)
138
protected override IAzureClientBuilder<ChatCompletionsClient, AzureAIInferenceClientOptions>
AddClient
(
394
protected override IAzureClientBuilder<EmbeddingsClient, AzureAIInferenceClientOptions>
AddClient
(AzureClientFactoryBuilder azureFactoryBuilder, ChatCompletionsClientSettings settings,
1 reference to AddClient
Aspire.Azure.AI.Inference (1)
src\Components\Common\AzureComponent.cs (1)
89
var clientBuilder =
AddClient
(azureFactoryBuilder, settings, connectionName, configurationSectionName);