Share via


PromptTemplateConfig.TemplateFormat Property

Definition

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.

Applies to