Class LLMSystemPrompt.Behavior

java.lang.Object
me.neurodock.core.LLMSystemPrompt.Behavior
Enclosing class:
LLMSystemPrompt

public static class LLMSystemPrompt.Behavior extends Object
The behavior/constraints section of a system prompt — tone, formatting rules, and other "how to behave" instructions.

Not yet implemented — currently unused; LLMSystemPrompt.behavior is populated directly as a String, typically via LLMSystemPrompt.Builder.loadBehaviorFromFile(String), rather than through this class.

  • Constructor Details

    • Behavior

      public Behavior()