Interface PromptTemplateFactory.Input

Enclosing interface:
PromptTemplateFactory

public static interface PromptTemplateFactory.Input
Interface for input for the factory.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Get the name of the template.
    Get the template string.
  • Method Details

    • getTemplate

      String getTemplate()
      Get the template string.
      Returns:
      the template string.
    • getName

      default String getName()
      Get the name of the template.
      Returns:
      the name of the template.