Share via


AzureAIInferenceChatClient(ChatCompletionsClient, String) Constructor

Definition

public AzureAIInferenceChatClient (Azure.AI.Inference.ChatCompletionsClient chatCompletionsClient, string? modelId = default);
new Microsoft.Extensions.AI.AzureAIInferenceChatClient : Azure.AI.Inference.ChatCompletionsClient * string -> Microsoft.Extensions.AI.AzureAIInferenceChatClient
Public Sub New (chatCompletionsClient As ChatCompletionsClient, Optional modelId As String = Nothing)

Parameters

chatCompletionsClient
ChatCompletionsClient
modelId
String

Applies to