Uses of Class
com.microsoft.semantickernel.semanticfunctions.InputParameter
-
Packages that use InputParameter Package Description com.microsoft.semantickernel.semanticfunctions -
-
Uses of InputParameter in com.microsoft.semantickernel.semanticfunctions
Fields in com.microsoft.semantickernel.semanticfunctions with type parameters of type InputParameter Modifier and Type Field Description List<InputParameter>InputConfig. parametersMethods in com.microsoft.semantickernel.semanticfunctions that return types with arguments of type InputParameter Modifier and Type Method Description List<InputParameter>InputConfig. getParameters()Constructor parameters in com.microsoft.semantickernel.semanticfunctions with type arguments of type InputParameter Constructor Description InputConfig(List<InputParameter> parameters)
-