Class PromptTemplate
java.lang.Object
org.episteme.natural.computing.ai.generative.prompt.PromptTemplate
A handy templating engine for constructing LLM prompts.
Supports variable interpolation using {{variable}} syntax.
- Since:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PromptTemplatefromString(String templateStr) Example usage helper.Renders the template with the provided variables.
-
Constructor Details
-
PromptTemplate
-
-
Method Details
-
render
-
fromString
Example usage helper.
-