KernelFunction.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 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.