feat:合并自我处理器和关系处理器
This commit is contained in:
@@ -167,12 +167,6 @@ class FocusChatConfig(ConfigBase):
|
||||
class FocusChatProcessorConfig(ConfigBase):
|
||||
"""专注聊天处理器配置类"""
|
||||
|
||||
mind_processor: bool = False
|
||||
"""是否启用思维处理器"""
|
||||
|
||||
self_identify_processor: bool = True
|
||||
"""是否启用自我识别处理器"""
|
||||
|
||||
relation_processor: bool = True
|
||||
"""是否启用关系识别处理器"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user