Class SemanticKernelServiceSettings
- Namespace
- FoundationaLLM.SemanticKernel.Core.Models.Configuration
- Assembly
- FoundationaLLM.SemanticKernel.Core.dll
Provides configuration settings for the SemanticKernelService service.
public class SemanticKernelServiceSettings
- Inheritance
-
SemanticKernelServiceSettings
- Inherited Members
- Extension Methods
Properties
MaxConcurrentCompletions
The maximum number of background completion operations allowed to run in parallel.
public required int MaxConcurrentCompletions { get; set; }
Property Value
Remarks
If a new completion request comes in and the maximum number is already reached, the request will generate an error.