feat:允许关闭聊天规划处理器
This commit is contained in:
@@ -157,6 +157,9 @@ class FocusChatConfig(ConfigBase):
|
||||
@dataclass
|
||||
class FocusChatProcessorConfig(ConfigBase):
|
||||
"""专注聊天处理器配置类"""
|
||||
|
||||
mind_processor: bool = True
|
||||
"""是否启用思维处理器"""
|
||||
|
||||
self_identify_processor: bool = True
|
||||
"""是否启用自我识别处理器"""
|
||||
|
||||
Reference in New Issue
Block a user