Share via


PromptTemplateConfig.OutputVariable Property

Definition

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

Applies to