Uses of Interface
com.microsoft.semantickernel.semanticfunctions.KernelFunctionFromMethod.ImplementationFunc
-
Packages that use KernelFunctionFromMethod.ImplementationFunc Package Description com.microsoft.semantickernel.semanticfunctions -
-
Uses of KernelFunctionFromMethod.ImplementationFunc in com.microsoft.semantickernel.semanticfunctions
Methods in com.microsoft.semantickernel.semanticfunctions that return KernelFunctionFromMethod.ImplementationFunc Modifier and Type Method Description KernelFunctionFromMethod.ImplementationFunc<?>MethodDetails. getFunction()Get the function that implements the method.Constructors in com.microsoft.semantickernel.semanticfunctions with parameters of type KernelFunctionFromMethod.ImplementationFunc Constructor Description MethodDetails(String name, String description, KernelFunctionFromMethod.ImplementationFunc<?> function, List<InputVariable> parameters, OutputVariable<?> returnParameter)Constructor.
-