Share via


KernelArguments.ExecutionSettings Property

Definition

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.

Applies to