feat:默认开启planner replyer联动

This commit is contained in:
SengokuCola
2025-12-07 23:54:04 +08:00
parent 105030b7a9
commit 910c73be73
4 changed files with 3 additions and 18 deletions

View File

@@ -117,9 +117,6 @@ class ChatConfig(ConfigBase):
时间区间支持跨夜,例如 "23:00-02:00"
"""
include_planner_reasoning: bool = False
"""是否将planner推理加入replyer默认关闭不加入"""
def _parse_stream_config_to_chat_id(self, stream_config_str: str) -> Optional[str]:
"""与 ChatStream.get_stream_id 一致地从 "platform:id:type" 生成 chat_id。"""
try: