Partager via


AzureAIInferenceServiceCollectionExtensions Class

Definition

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

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

Methods

AddAzureAIInferenceChatCompletion(IServiceCollection, String, ChatCompletionsClient, String)

Adds the AzureAIInferenceChatCompletionService to the IServiceCollection.

AddAzureAIInferenceChatCompletion(IServiceCollection, String, String, Uri, HttpClient, String)

Adds the AzureAIInferenceChatCompletionService to the IServiceCollection.

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

Adds the AzureAIInferenceChatCompletionService to the IServiceCollection.

Applies to