From 878ce43f1d1903e5afa1651aa690d8e10ac42cb2 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 1 Sep 2026 15:31:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86):=20re?= =?UTF-8?q?sume=5Fproject=E6=8F=8F=E8=BF=B0=E5=8E=BBactive=E7=A1=AC?= =?UTF-8?q?=E7=BC=96=E7=A0=81=E2=80=94=E2=80=94=E6=81=A2=E5=A4=8D=E4=B8=BA?= =?UTF-8?q?=E6=9A=82=E5=81=9C=E5=89=8D=E7=9A=84=E5=8E=9F=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline_core/agent_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline_core/agent_config.py b/pipeline_core/agent_config.py index 029b1d6..2a15113 100644 --- a/pipeline_core/agent_config.py +++ b/pipeline_core/agent_config.py @@ -227,7 +227,7 @@ GENERAL_TOOLS = [ ), ToolDefinition( name="resume_project", - description="恢复已暂停的项目(paused → active)。用户说「恢复/继续项目」时调用。仅项目人类 owner 可执行。", + description="恢复已暂停的项目(暂停中 → 还原为暂停前的状态)。用户说「恢复/继续项目」时调用。仅项目人类 owner 可执行。", parameters={"project_name": "项目名称(可选,缺省当前项目)"}, category="project", requires_confirmation=True,