mirror of https://github.com/Mai-with-u/MaiBot.git
Update src/config/official_configs.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>pull/1186/head
parent
887d5bfd8b
commit
2817622f77
|
|
@ -293,8 +293,8 @@ class ToolHistoryConfig(ConfigBase):
|
|||
enable_prompt_history: bool = True
|
||||
"""是否在提示词中加入工具历史记录"""
|
||||
|
||||
max_history: int = 100
|
||||
"""历史记录最大保存数量"""
|
||||
max_history: int = 5
|
||||
"""注入到提示词中的最大工具历史记录数量"""
|
||||
|
||||
data_dir: str = "data/tool_history"
|
||||
"""历史记录保存目录"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue