Share via


PromptTemplateConfig.InputVariables Property

Definition

Gets or sets the collection of input variables used by the prompt template.

[System.Text.Json.Serialization.JsonPropertyName("input_variables")]
public System.Collections.Generic.List<Microsoft.SemanticKernel.InputVariable> InputVariables { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("input_variables")>]
member this.InputVariables : System.Collections.Generic.List<Microsoft.SemanticKernel.InputVariable> with get, set
Public Property InputVariables As List(Of InputVariable)

Property Value

Attributes

Applies to