1 override of BindClientOptionsToConfiguration
Aspire.Azure.AI.Inference (1)
AspireAzureAIInferenceExtensions.cs (1)
130protected override void BindClientOptionsToConfiguration(IAzureClientBuilder<ChatCompletionsClient, AzureAIInferenceClientOptions> clientBuilder, IConfiguration configuration)
2 references to BindClientOptionsToConfiguration
Aspire.Azure.AI.Inference (2)
src\Components\Common\AzureComponent.cs (2)
96BindClientOptionsToConfiguration(clientBuilder, configSection.GetSection("ClientOptions")); 97BindClientOptionsToConfiguration(clientBuilder, configSection.GetSection($"{connectionName}:ClientOptions"));