From 2817622f778a870aae5bdcbbcb50501659896e2c Mon Sep 17 00:00:00 2001 From: Windpicker-owo <3431391539@qq.com> Date: Mon, 18 Aug 2025 12:21:53 +0800 Subject: [PATCH] Update src/config/official_configs.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- src/config/official_configs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/official_configs.py b/src/config/official_configs.py index 4239efcb..ba20e6b9 100644 --- a/src/config/official_configs.py +++ b/src/config/official_configs.py @@ -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" """历史记录保存目录"""