mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-31 09:21:04 +08:00
refactor: 移除多余的局部导入
This commit is contained in:
@@ -190,8 +190,6 @@ class MoviePilotAgent:
|
||||
|
||||
# 构建用户消息内容
|
||||
if images:
|
||||
from langchain_core.messages import HumanMessage
|
||||
|
||||
content = []
|
||||
if message:
|
||||
content.append({"type": "text", "text": message})
|
||||
|
||||
Reference in New Issue
Block a user