咨询模块调整

This commit is contained in:
2026-03-13 17:17:35 +08:00
parent ff63db7081
commit b5c87ed3ff
114 changed files with 387 additions and 384 deletions
@@ -34,7 +34,7 @@ public class DmKeywordInterceptor implements Interceptor {
* 可根据实际需要添加更多关键字
*/
private static final Set<String> DM_KEYWORDS = new HashSet<>(Arrays.asList(
"MODEL", "BEGIN", "END"
"MODEL", "BEGIN", "END", "CONTEXT"
));
@Override