Uses of Annotation Interface
dev.langchain4j.model.input.structured.StructuredPrompt
-
Uses of StructuredPrompt in dev.langchain4j.model.input.structured
Modifier and TypeMethodDescriptionstatic StructuredPrompt
StructuredPrompt.Util.validateStructuredPrompt
(Object structuredPrompt) Validates that the given object is annotated withStructuredPrompt
.Modifier and TypeMethodDescriptionstatic String
StructuredPrompt.Util.join
(StructuredPrompt structuredPrompt) Joins the lines of the prompt template.