Package dev.langchain4j.spi.prompt
Interface PromptTemplateFactory.Input
- Enclosing interface:
PromptTemplateFactory
public static interface PromptTemplateFactory.Input
Interface for input for the factory.
-
Method Details
-
getTemplate
String getTemplate()Get the template string.- Returns:
- the template string.
-
getName
Get the name of the template.- Returns:
- the name of the template.
-