PromptTemplateConfig.DefaultExecutionSettings 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 default execution settings from ExecutionSettings.
public Microsoft.SemanticKernel.PromptExecutionSettings? DefaultExecutionSettings { get; }
member this.DefaultExecutionSettings : Microsoft.SemanticKernel.PromptExecutionSettings
Public ReadOnly Property DefaultExecutionSettings As PromptExecutionSettings
Property Value
Remarks
If no default is specified, this will return null.