PromptTemplateConfig.InputVariables 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 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