Class OutputVariable
- java.lang.Object
-
- com.microsoft.semantickernel.semanticfunctions.OutputVariable
-
public class OutputVariable extends Object
Metadata for an output variable of a kernel function.
-
-
Constructor Summary
Constructors Constructor Description OutputVariable(String description, String type)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get the description of the output variable.Class<?>getType()Get the type of the output variable.
-