1 override of ConfigurationSectionName
Aspire.Azure.AI.OpenAI (1)
AspireAzureOpenAIClientBuilder.cs (1)
28
public override string
ConfigurationSectionName
=> AspireAzureOpenAIExtensions.DefaultConfigSectionName;
2 references to ConfigurationSectionName
Aspire.OpenAI (2)
AspireOpenAIClientBuilder.cs (2)
84
var configSection = configuration.GetSection(
ConfigurationSectionName
);
90
throw new InvalidOperationException($"The deployment could not be determined. Ensure a '{DeploymentKey}' or '{ModelKey}' value is provided in 'ConnectionStrings:{ConnectionName}', or specify a '{DeploymentKey}' in the '{
ConfigurationSectionName
}' configuration section, or specify a '{nameof(deploymentName)}' in the call.");