Share via


MistralAIKernelBuilderExtensions Class

Definition

Provides extension methods for the IKernelBuilder class to configure Mistral connectors.

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

Methods

AddMistralChatCompletion(IKernelBuilder, String, String, Uri, String, HttpClient)

Adds an Mistral chat completion service with the specified configuration.

AddMistralTextEmbeddingGeneration(IKernelBuilder, String, String, Uri, String, HttpClient)

Adds an Mistral text embedding generation service with the specified configuration.

Applies to