java.lang.Object
com.developer.nefarious.zjoule.plugin.core.preferences.Instruction

public abstract class Instruction extends Object
Provides system-level instructions for AI interactions. The Instruction class contains the operation to retrieve instructions used to guide the AI's behavior and ensure responses adhere to best practices. This is a utility class and cannot be instantiated.
  • Field Details

    • KEY

      public static String KEY
  • Method Details

    • getMessage

      public static String getMessage()
      Retrieves the preferred system message text.
      Returns:
      the system message text as a String.