mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
Refactor agent workflows: streamline subscription and download processes, enhance query status workflow, and improve tool usage guidelines for better user interaction.
This commit is contained in:
@@ -41,7 +41,7 @@ class MoviePilotTool(BaseTool, metaclass=ABCMeta):
|
||||
# 发送执行工具说明
|
||||
explanation = kwargs.get("explanation")
|
||||
if explanation:
|
||||
await self.send_tool_message(f"⏯️[{explanation}]")
|
||||
await self.send_tool_message(f"▶️️{explanation}")
|
||||
return await self.run(**kwargs)
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user