PromptTemplateConfig.OutputVariable 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 output variable used by the prompt template.
[System.Text.Json.Serialization.JsonPropertyName("output_variable")]
public Microsoft.SemanticKernel.OutputVariable? OutputVariable { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("output_variable")>]
member this.OutputVariable : Microsoft.SemanticKernel.OutputVariable with get, set
Public Property OutputVariable As OutputVariable
Property Value
- Attributes