feat:新增关系处理器

This commit is contained in:
SengokuCola
2025-06-03 15:54:55 +08:00
parent 0bea30c052
commit 178feb3c5a
13 changed files with 279 additions and 73 deletions

View File

@@ -171,6 +171,9 @@ class FocusChatProcessorConfig(ConfigBase):
self_identify_processor: bool = True
"""是否启用自我识别处理器"""
relation_processor: bool = True
"""是否启用关系识别处理器"""
tool_use_processor: bool = True
"""是否启用工具使用处理器"""