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
Windpicker-owo 2025-08-18 12:21:53 +08:00 committed by GitHub
parent 887d5bfd8b
commit 2817622f77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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"
"""历史记录保存目录"""