Class LLMSystemPrompt.Behavior
java.lang.Object
me.neurodock.core.LLMSystemPrompt.Behavior
- Enclosing class:
LLMSystemPrompt
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classStructured constraints for aLLMSystemPrompt.Behaviorblock (tone, length limits, things to avoid, etc.). -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Behavior
public Behavior()
-