KernelArguments.ExecutionSettings Property
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.
Gets or sets the prompt execution settings.
public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.SemanticKernel.PromptExecutionSettings>? ExecutionSettings { get; set; }
member this.ExecutionSettings : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.SemanticKernel.PromptExecutionSettings> with get, set
Public Property ExecutionSettings As IReadOnlyDictionary(Of String, PromptExecutionSettings)
Property Value
Remarks
The settings dictionary is keyed by the service ID, or DefaultServiceId for the default execution settings. When setting, the service id of each PromptExecutionSettings must match the key in the dictionary.