更新 __init__.py

This commit is contained in:
jxxghp
2026-03-23 22:33:18 +08:00
committed by GitHub
parent 5744228a9d
commit 6f4df912d8

View File

@@ -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 = ""):
"""
通过原渠道发送消息给用户
"""