News:
This release refactors the prompt handling to support user-customized placeholders in the system message. It introduces a dedicated RestrictionPromptService for placeholder replacement, removes legacy prompt-building logic from multiple services, and updates the associated test scripts.
Now you can define with %RESTRICTED_CORRESPONDENTS% and %RESTRICTED_TAGS% placeholders where in the prompt the existing Data is injected.
What's Changed
- refactor prompt handing to support placeholders by @nielsmaerten in #584
New Contributors
- @nielsmaerten made their first contribution in #584
Full Changelog: v3.0.6...v3.0.7