Annotation Interface StructuredPrompt
Represents a structured prompt.
- 
Nested Class SummaryNested Classes
- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
valueString[] valuePrompt template can be defined in one line or multiple lines. If the template is defined in multiple lines, the lines will be joined with a delimiter defined below.- Returns:
- the prompt template lines.
 
- 
delimiterString delimiterThe delimiter to join the lines of the prompt template.- Returns:
- the delimiter.
 - Default:
- "\n"
 
 
-