mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-09 09:26:55 +08:00
fix agent
This commit is contained in:
@@ -140,7 +140,9 @@ class MoviePilotAgent:
|
|||||||
return MoviePilotToolFactory.create_tools(
|
return MoviePilotToolFactory.create_tools(
|
||||||
session_id=self.session_id,
|
session_id=self.session_id,
|
||||||
user_id=self.user_id,
|
user_id=self.user_id,
|
||||||
message_helper=self.message_helper
|
channel=self.channel,
|
||||||
|
source=self.source,
|
||||||
|
username=self.username
|
||||||
)
|
)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user