fix:prompt问题

This commit is contained in:
SengokuCola
2025-11-09 17:49:37 +08:00
parent 98c85d8d1d
commit d5642c6916
4 changed files with 8 additions and 5 deletions

View File

@@ -650,6 +650,9 @@ class DebugConfig(ConfigBase):
show_jargon_prompt: bool = False
"""是否显示jargon相关提示词"""
show_planner_prompt: bool = False
"""是否显示planner相关提示词"""
@dataclass