fix escape_markdown

This commit is contained in:
jxxghp
2025-11-18 17:30:00 +08:00
parent d2ac2b8990
commit 725244bb2f
3 changed files with 11 additions and 26 deletions

View File

@@ -90,6 +90,5 @@ class MoviePilotTool(BaseTool, metaclass=ABCMeta):
username=self._username,
title=title,
text=message
),
escape_markdown=False
)
)