Annotation Interface StructuredPrompt
Represents a structured prompt.
-
嵌套类概要
嵌套类 -
必需元素概要
所需元素 -
可选元素概要
可选元素
-
元素详细资料
-
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.- 返回:
- the prompt template lines.
-
-
-
delimiter
String delimiterThe delimiter to join the lines of the prompt template.- 返回:
- the delimiter.
- 默认值:
- "\n"
-