Freigeben über


KernelFunction.ExecutionSettings Property

Definition

Gets the prompt execution settings.

public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.SemanticKernel.PromptExecutionSettings>? ExecutionSettings { get; }
member this.ExecutionSettings : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.SemanticKernel.PromptExecutionSettings>
Public ReadOnly Property ExecutionSettings As IReadOnlyDictionary(Of String, PromptExecutionSettings)

Property Value

Remarks

The instances of PromptExecutionSettings are frozen and cannot be modified.

Applies to