feat:添加聊天记录总结模块

This commit is contained in:
SengokuCola
2025-11-09 14:00:27 +08:00
parent fb1b520e68
commit d761d42dd7
7 changed files with 467 additions and 11 deletions

View File

@@ -647,6 +647,9 @@ class DebugConfig(ConfigBase):
show_replyer_reasoning: bool = True
"""是否显示回复器推理"""
show_jargon_prompt: bool = False
"""是否显示jargon相关提示词"""
@dataclass