mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
更新 __init__.py
This commit is contained in:
@@ -210,7 +210,7 @@ class MoviePilotAgent:
|
|||||||
logger.error(f"Agent执行失败: {e} - {traceback.format_exc()}")
|
logger.error(f"Agent执行失败: {e} - {traceback.format_exc()}")
|
||||||
return str(e), {}
|
return str(e), {}
|
||||||
|
|
||||||
async def send_agent_message(self, message: str, title: str = "MoviePilot助手"):
|
async def send_agent_message(self, message: str, title: str = ""):
|
||||||
"""
|
"""
|
||||||
通过原渠道发送消息给用户
|
通过原渠道发送消息给用户
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user