Partager via


AzureAIInferenceKernelBuilderExtensions Class

Definition

Provides extension methods for IKernelBuilder to configure Azure AI Inference connectors.

public static class AzureAIInferenceKernelBuilderExtensions
type AzureAIInferenceKernelBuilderExtensions = class
Public Module AzureAIInferenceKernelBuilderExtensions
Inheritance
AzureAIInferenceKernelBuilderExtensions

Methods

AddAzureAIInferenceChatCompletion(IKernelBuilder, String, ChatCompletionsClient, String)

Adds the AzureAIInferenceChatCompletionService to the Services.

AddAzureAIInferenceChatCompletion(IKernelBuilder, String, String, Uri, HttpClient, String)

Adds the AzureAIInferenceChatCompletionService to the Services.

AddAzureAIInferenceChatCompletion(IKernelBuilder, String, TokenCredential, Uri, HttpClient, String)

Adds the AzureAIInferenceChatCompletionService to the Services.

Applies to