Annotation Type StructuredPrompt


@Target(TYPE) @Retention(RUNTIME) public @interface StructuredPrompt
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Prompt template can be defined in one line or multiple lines.
  • Element Details

    • value

      String[] value
      Prompt 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 newline ("\n") automatically.