Annotation Interface StructuredPrompt
Represents a structured prompt.
-
Nested Class Summary
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
value
String[] 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.
-
delimiter
String delimiterThe delimiter to join the lines of the prompt template.- Returns:
- the delimiter.
- Default:
"\n"
-