Namespace LMKit.SemanticKernel
Namespaces
Classes
- KernelBuilderExtension
Provides extension methods for registering LMKit services—chat completion, text generation, and text embedding generation—with a Semantic Kernel Microsoft.SemanticKernel.IKernelBuilder.
- LMKitPromptExecutionSettings
Provides a bridge between LMKit.NET text generation settings and Microsoft Semantic Kernel prompt execution settings. This class extends Microsoft.SemanticKernel.PromptExecutionSettings and implements ITextGenerationSettings, allowing for the configuration of various text generation parameters such as sampling, repetition penalties, stop sequences, grammar, logit bias, and maximum token counts.