From 553a4123fbb5ccb0180a307e84d5f2926b213205 Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Sat, 6 Dec 2025 00:32:50 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=B8=8D=E7=9F=A5=E9=81=93?= =?UTF-8?q?=E4=B8=BA=E4=BB=80=E4=B9=88=E4=B8=80=E7=9B=B4=E5=86=92=E5=87=BA?= =?UTF-8?q?=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dream/tools/__init__.py | 1 + src/dream/tools/create_chat_history_tool.py | 1 + src/dream/tools/delete_chat_history_tool.py | 1 + src/dream/tools/delete_jargon_tool.py | 1 + src/dream/tools/finish_maintenance_tool.py | 1 + src/dream/tools/get_chat_history_detail_tool.py | 1 + src/dream/tools/search_chat_history_tool.py | 1 + src/dream/tools/update_chat_history_tool.py | 1 + src/dream/tools/update_jargon_tool.py | 1 + 9 files changed, 9 insertions(+) diff --git a/src/dream/tools/__init__.py b/src/dream/tools/__init__.py index 0841b09c..488675a6 100644 --- a/src/dream/tools/__init__.py +++ b/src/dream/tools/__init__.py @@ -7,3 +7,4 @@ dream agent 工具实现模块。 + diff --git a/src/dream/tools/create_chat_history_tool.py b/src/dream/tools/create_chat_history_tool.py index 8fe96552..43535c29 100644 --- a/src/dream/tools/create_chat_history_tool.py +++ b/src/dream/tools/create_chat_history_tool.py @@ -63,3 +63,4 @@ def make_create_chat_history(chat_id: str): + diff --git a/src/dream/tools/delete_chat_history_tool.py b/src/dream/tools/delete_chat_history_tool.py index 2e600894..02cedf94 100644 --- a/src/dream/tools/delete_chat_history_tool.py +++ b/src/dream/tools/delete_chat_history_tool.py @@ -26,3 +26,4 @@ def make_delete_chat_history(chat_id: str): # chat_id 目前未直接使用, + diff --git a/src/dream/tools/delete_jargon_tool.py b/src/dream/tools/delete_jargon_tool.py index 5becd0c8..2cf38e56 100644 --- a/src/dream/tools/delete_jargon_tool.py +++ b/src/dream/tools/delete_jargon_tool.py @@ -26,3 +26,4 @@ def make_delete_jargon(chat_id: str): # chat_id 目前未直接使用,预留 + diff --git a/src/dream/tools/finish_maintenance_tool.py b/src/dream/tools/finish_maintenance_tool.py index 5858a625..dbb9f15f 100644 --- a/src/dream/tools/finish_maintenance_tool.py +++ b/src/dream/tools/finish_maintenance_tool.py @@ -17,3 +17,4 @@ def make_finish_maintenance(chat_id: str): # chat_id 目前未直接使用, + diff --git a/src/dream/tools/get_chat_history_detail_tool.py b/src/dream/tools/get_chat_history_detail_tool.py index 8e6c6011..b8b0da54 100644 --- a/src/dream/tools/get_chat_history_detail_tool.py +++ b/src/dream/tools/get_chat_history_detail_tool.py @@ -52,3 +52,4 @@ def make_get_chat_history_detail(chat_id: str): # chat_id 目前未直接使用 + diff --git a/src/dream/tools/search_chat_history_tool.py b/src/dream/tools/search_chat_history_tool.py index e8a2b4ac..0c7d1da6 100644 --- a/src/dream/tools/search_chat_history_tool.py +++ b/src/dream/tools/search_chat_history_tool.py @@ -223,3 +223,4 @@ def make_search_chat_history(chat_id: str): + diff --git a/src/dream/tools/update_chat_history_tool.py b/src/dream/tools/update_chat_history_tool.py index 767a41db..2070facf 100644 --- a/src/dream/tools/update_chat_history_tool.py +++ b/src/dream/tools/update_chat_history_tool.py @@ -52,3 +52,4 @@ def make_update_chat_history(chat_id: str): # chat_id 目前未直接使用, + diff --git a/src/dream/tools/update_jargon_tool.py b/src/dream/tools/update_jargon_tool.py index 28e00e47..9ebfe7b9 100644 --- a/src/dream/tools/update_jargon_tool.py +++ b/src/dream/tools/update_jargon_tool.py @@ -52,3 +52,4 @@ def make_update_jargon(chat_id: str): # chat_id 目前未直接使用,预留 +