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