Uses of Class
com.microsoft.semantickernel.semanticfunctions.KernelFunctionFromPrompt.Builder
-
Packages that use KernelFunctionFromPrompt.Builder Package Description com.microsoft.semantickernel.semanticfunctions -
-
Uses of KernelFunctionFromPrompt.Builder in com.microsoft.semantickernel.semanticfunctions
Methods in com.microsoft.semantickernel.semanticfunctions that return KernelFunctionFromPrompt.Builder Modifier and Type Method Description static <T> KernelFunctionFromPrompt.Builder<T>KernelFunctionFromPrompt. builder()Creates a new instance ofKernelFunctionFromPrompt.Builder.static <T> KernelFunctionFromPrompt.Builder<T>KernelFunctionFromPrompt. builder(Class<T> returnType)Creates a new instance ofKernelFunctionFromPrompt.Builder.
-