2 instantiations of AspireChatCompletionsClientBuilder
Aspire.Azure.AI.Inference (2)
AspireAzureAIInferenceExtensions.cs (2)
60
return new
AspireChatCompletionsClientBuilder
(builder, serviceKey: null, settings.DeploymentId, settings.DisableTracing);
97
return new
AspireChatCompletionsClientBuilder
(builder, serviceKey: name, settings.DeploymentId, settings.DisableTracing);
9 references to AspireChatCompletionsClientBuilder
Aspire.Azure.AI.Inference (9)
AspireAzureAIInferenceExtensions.cs (9)
33
/// <returns>An <see cref="
AspireChatCompletionsClientBuilder
"/> that can be used to further configure the client.</returns>
43
public static
AspireChatCompletionsClientBuilder
AddAzureChatCompletionsClient(
70
/// <returns>An <see cref="
AspireChatCompletionsClientBuilder
"/> that can be used to further configure the client.</returns>
80
public static
AspireChatCompletionsClientBuilder
AddKeyedAzureChatCompletionsClient(
159
/// <param name="builder">An <see cref="
AspireChatCompletionsClientBuilder
" />.</param>
162
public static ChatClientBuilder AddChatClient(this
AspireChatCompletionsClientBuilder
builder, string? deploymentId = null)
173
/// <param name="builder">An <see cref="
AspireChatCompletionsClientBuilder
" />.</param>
177
public static ChatClientBuilder AddKeyedChatClient(this
AspireChatCompletionsClientBuilder
builder, string serviceKey, string? deploymentId = null)
188
private static IChatClient CreateInnerChatClient(
AspireChatCompletionsClientBuilder
builder, IServiceProvider services, string? deploymentId)