🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-07-06 15:49:40 +00:00
parent d0ad70924d
commit 7e1514d20b
2 changed files with 3 additions and 1 deletions

View File

@@ -168,6 +168,7 @@ class Config(ConfigBase):
tool: ToolConfig tool: ToolConfig
debug: DebugConfig debug: DebugConfig
def load_config(config_path: str) -> Config: def load_config(config_path: str) -> Config:
""" """
加载配置文件 加载配置文件

View File

@@ -529,10 +529,11 @@ class TelemetryConfig(ConfigBase):
enable: bool = True enable: bool = True
"""是否启用遥测""" """是否启用遥测"""
@dataclass @dataclass
class DebugConfig(ConfigBase): class DebugConfig(ConfigBase):
"""调试配置类""" """调试配置类"""
debug_show_chat_mode: bool = False debug_show_chat_mode: bool = False
"""是否在回复后显示当前聊天模式""" """是否在回复后显示当前聊天模式"""