接口 PromptTemplateFactory.Input

封闭接口:
PromptTemplateFactory

public static interface PromptTemplateFactory.Input
Interface for input for the factory.
  • 方法概要

    修饰符和类型
    方法
    说明
    default String
    Get the name of the template.
    Get the template string.
  • 方法详细资料

    • getTemplate

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

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