Package dev.langchain4j.spi.prompt
Interface PromptTemplateFactory.Input
-
- All Implemented Interfaces:
public interface PromptTemplateFactory.Input
Interface for input for the factory.
-
-
Method Summary
Modifier and Type Method Description abstract String
getTemplate()
Get the template string. String
getName()
Get the name of the template. -
-
Method Detail
-
getTemplate
abstract String getTemplate()
Get the template string.
- Returns:
the template string.
-
-
-
-