From 6f4df912d812364bb0ee48b57aaeb7486fd2ad12 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 23 Mar 2026 22:33:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=5F=5Finit=5F=5F.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/agent/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/agent/__init__.py b/app/agent/__init__.py index d7eec9f3..c8410a35 100644 --- a/app/agent/__init__.py +++ b/app/agent/__init__.py @@ -210,7 +210,7 @@ class MoviePilotAgent: logger.error(f"Agent执行失败: {e} - {traceback.format_exc()}") return str(e), {} - async def send_agent_message(self, message: str, title: str = "MoviePilot助手"): + async def send_agent_message(self, message: str, title: str = ""): """ 通过原渠道发送消息给用户 """