mirror of https://github.com/langgenius/dify.git
fix import problem
This commit is contained in:
parent
607b84d929
commit
0c9e112f41
|
|
@ -1,7 +1,7 @@
|
|||
import uuid
|
||||
|
||||
from core.agent.agent_executor import PlanningStrategy
|
||||
from core.apps.config_validators.dataset import DatasetValidator
|
||||
from core.entities.agent_entities import PlanningStrategy
|
||||
|
||||
OLD_TOOLS = ["dataset", "google_search", "web_reader", "wikipedia", "current_datetime"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import uuid
|
||||
|
||||
from core.agent.agent_executor import PlanningStrategy
|
||||
from core.entities.agent_entities import PlanningStrategy
|
||||
from models.model import AppMode
|
||||
from services.dataset_service import DatasetService
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue