Class Instruction

java.lang.Object
com.developer.nefarious.zjoule.plugin.chat.Instruction

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

    • getMessage

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