Class KernelFunctionFromPrompt<T>

  • Type Parameters:
    T - the type of the return value of the function

    public class KernelFunctionFromPrompt<T>
    extends KernelFunction<T>
    A KernelFunction implementation that is created from a prompt template.