Add LLMSystemPrompt as a unified system-prompt builder for OllamaObject

Replaces ad-hoc system-prompt string construction with a structured
builder (Identity, Context, Capabilities, Behavior, Output), plus
OllamaObject#setSystemMessage/setSystemPrompt for replacing the
system message post-construction instead of only at build time.
This commit is contained in:
2026-07-19 21:47:18 +02:00
parent 6e31e31718
commit fc8a06bde5
4 changed files with 672 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ plugins {
id 'java-library'
}
version = '1.7'
version = '1.8.13'
dependencies {
implementation project(":Plugin-API")