Class OrchestrationSettings
- Namespace
 - FoundationaLLM.Common.Models.Orchestration.Request
 
- Assembly
 - FoundationaLLM.Common.dll
 
Provides settings for a completion request of type CompletionRequest.
public class OrchestrationSettings
  - Inheritance
 - 
      
      OrchestrationSettings
 
- Inherited Members
 
- Extension Methods
 
Properties
ModelParameters
Dictionary with override values for the model parameters.
For the list of supported keys, see ModelParametersKeys.
[JsonPropertyName("model_parameters")]
public Dictionary<string, object>? ModelParameters { get; set; }