MistralAIKernelBuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |