fix:优化Agent消息发送格式

This commit is contained in:
jxxghp
2025-11-17 10:43:16 +08:00
parent e2eef8ff21
commit 62543dd171
4 changed files with 179 additions and 10 deletions

View File

@@ -209,7 +209,7 @@ class MoviePilotAgent:
# 构建输入上下文
input_context = {
"system_prompt": self.prompt_manager.get_agent_prompt(),
"system_prompt": self.prompt_manager.get_agent_prompt(channel=self.channel),
"input": message
}