接口 PromptTemplateFactory.Input
- 封闭接口:
- PromptTemplateFactory
public static interface PromptTemplateFactory.Input
Interface for input for the factory.
-
方法详细资料
-
getTemplate
String getTemplate()Get the template string.- 返回:
- the template string.
-
getName
Get the name of the template.- 返回:
- the name of the template.
-