Package dev.langchain4j.spi.prompt
Interface PromptTemplateFactory.Template
- Enclosing interface:
PromptTemplateFactory
public static interface PromptTemplateFactory.Template
Interface for a prompt template.
-
Method Summary
-
Method Details
-
render
Render the template.- Parameters:
variables
- the variables to use.- Returns:
- the rendered template.
-