PromptTemplateConfig.TemplateFormat 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 format of the prompt template.
[System.Text.Json.Serialization.JsonPropertyName("template_format")]
public string TemplateFormat { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("template_format")>]
member this.TemplateFormat : string with get, set
Public Property TemplateFormat As String
Property Value
- Attributes
Remarks
If no template format is specified, a default format of SemanticKernelTemplateFormat is used.