fix: use systemPrompt instead of prependContext for end marker instruction #5

Merged
zhi merged 1 commits from fix/moderator-and-system-prompt into feat/turn-based-speaking 2026-02-28 19:25:24 +00:00

1 Commits

Author SHA1 Message Date
zhi
81758b9a54 fix: use systemPrompt instead of prependContext for end marker instruction
- Change before_prompt_build hook to return systemPrompt instead of prependContext
- This ensures the end marker instruction is injected once per session as a system prompt, not repeatedly prepended to each user message
- Add moderatorBotToken to CONFIG.example.json for documentation
2026-02-28 19:24:50 +00:00