feat:新增planner控制prompt

This commit is contained in:
SengokuCola
2025-08-21 12:39:13 +08:00
parent ddcab35677
commit 8b39ab21f9
4 changed files with 11 additions and 3 deletions

View File

@@ -46,6 +46,8 @@ class PersonalityConfig(ConfigBase):
reply_style: str = ""
"""表达风格"""
plan_style: str = ""
compress_personality: bool = True
"""是否压缩人格压缩后会精简人格信息节省token消耗并提高回复性能但是会丢失一些信息如果人设不长可以关闭"""