Annotation StructuredPrompt
-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Target(value = TYPE)@Retention(value = RUNTIME) public @interface StructuredPrompt
Represents a structured prompt.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
StructuredPrompt.Util
Utility class for StructuredPrompt.
-