mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
fix: update remaining core.file imports missed in previous commit
Made-with: Cursor
This commit is contained in:
@ -8,7 +8,6 @@ from typing import TYPE_CHECKING, Any, Union
|
||||
|
||||
from core.agent.entities import AgentLog, AgentResult, AgentScratchpadUnit, ExecutionContext
|
||||
from core.agent.output_parser.cot_output_parser import CotAgentOutputParser
|
||||
from core.workflow.file import File
|
||||
from core.model_manager import ModelInstance
|
||||
from core.model_runtime.entities import (
|
||||
AssistantPromptMessage,
|
||||
@ -18,6 +17,7 @@ from core.model_runtime.entities import (
|
||||
PromptMessage,
|
||||
SystemPromptMessage,
|
||||
)
|
||||
from core.workflow.file import File
|
||||
|
||||
from .base import AgentPattern, ToolInvokeHook
|
||||
|
||||
|
||||
Reference in New Issue
Block a user