Class Instruction
java.lang.Object
com.developer.nefarious.zjoule.plugin.chat.Instruction
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 Summary
-
Method Details
-
getMessage
Retrieves the predefined system message text.- Returns:
- the system message text as a
String
.
-