2 writes to Endpoint
Aspire.Azure.AI.Inference (2)
ChatCompletionsClientSettings.cs (2)
116
Endpoint
= serviceUri;
120
Endpoint
= serviceUri;
4 references to Endpoint
Aspire.Azure.AI.Inference (4)
AspireAzureAIInferenceExtensions.cs (3)
111
if (settings.
Endpoint
is null)
113
throw new InvalidOperationException($"A ChatCompletionsClient could not be configured. Ensure valid connection information was provided in 'ConnectionStrings:{connectionName}' or specify a '{nameof(ChatCompletionsClientSettings.
Endpoint
)}' and optionally a '{nameof(ChatCompletionsClientSettings.Key)}' in the '{configurationSectionName}' configuration section.");
117
var endpoint = settings.
Endpoint
;
ChatCompletionsClientSettings.cs (1)
22
/// If <see cref="ConnectionString"/> is set, it overrides <see cref="
Endpoint
"/>, <see cref="DeploymentId"/> and <see cref="Credential"/>.