JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
dev.langchain4j.spi.prompt
PromptTemplateFactory
Input
Contents
Description
Method Summary
Method Details
getTemplate()
getName()
Hide sidebar
Show sidebar
Interface PromptTemplateFactory.Input
Enclosing interface:
PromptTemplateFactory
public static interface
PromptTemplateFactory.Input
Interface for input for the factory.
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
default
String
getName
()
Get the name of the template.
String
getTemplate
()
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.