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