fix agent sendmsg

This commit is contained in:
jxxghp
2025-11-17 09:42:27 +08:00
parent b7d121c58f
commit 82113abe88

View File

@@ -60,7 +60,7 @@ class MoviePilotTool(BaseTool, metaclass=ABCMeta):
"""设置回调处理器"""
self._callback_handler = callback_handler
async def send_tool_message(self, message: str, title: str = "执行工具"):
async def send_tool_message(self, message: str, title: str = ""):
"""发送工具消息"""
await ToolChain().async_post_message(
Notification(