Package dev.langchain4j.spi.prompt
Interface PromptTemplateFactory
public interface PromptTemplateFactory
A factory for creating prompt templates.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Interface for input for the factory.static interface
Interface for a prompt template. -
Method Summary
Modifier and TypeMethodDescriptionCreate a new prompt template.
-
Method Details
-
create
Create a new prompt template.- Parameters:
input
- the input to the factory.- Returns:
- the prompt template.
-