JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
dev.langchain4j.spi.prompt
PromptTemplateFactory
Template
Contents
Description
Method Summary
Method Details
render(Map)
Hide sidebar
Show sidebar
Interface PromptTemplateFactory.Template
Enclosing interface:
PromptTemplateFactory
public static interface
PromptTemplateFactory.Template
Interface for a prompt template.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
render
(
Map
<
String
,
Object
> variables)
Render the template.
Method Details
render
String
render
(
Map
<
String
,
Object
> variables)
Render the template.
Parameters:
variables
- the variables to use.
Returns:
the rendered template.