fix agent

This commit is contained in:
jxxghp
2025-11-01 10:40:45 +08:00
parent 438d3210bc
commit 182c46037b

View File

@@ -140,7 +140,9 @@ class MoviePilotAgent:
return MoviePilotToolFactory.create_tools(
session_id=self.session_id,
user_id=self.user_id,
message_helper=self.message_helper
channel=self.channel,
source=self.source,
username=self.username
)
@staticmethod