From 2d358e376c6060d7e715b7bbad69eb8755a3f847 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 29 Mar 2026 09:59:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=E5=B1=80=E9=83=A8=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/agent/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/agent/__init__.py b/app/agent/__init__.py index 780f75e8..cd627295 100644 --- a/app/agent/__init__.py +++ b/app/agent/__init__.py @@ -190,8 +190,6 @@ class MoviePilotAgent: # 构建用户消息内容 if images: - from langchain_core.messages import HumanMessage - content = [] if message: content.append({"type": "text", "text": message})