mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
fix: workflow as tool create error by type misuse (#5205)
This commit is contained in:
parent
8e2f8ffb9e
commit
3c0f21d174
|
@ -2,7 +2,7 @@ from typing import Optional
|
|||
|
||||
from core.app.app_config.entities import VariableEntity
|
||||
from core.app.apps.workflow.app_config_manager import WorkflowAppConfigManager
|
||||
from core.model_runtime.entities.common_entities import I18nObject
|
||||
from core.tools.entities.common_entities import I18nObject
|
||||
from core.tools.entities.tool_entities import (
|
||||
ToolDescription,
|
||||
ToolIdentity,
|
||||
|
|
Loading…
Reference in New Issue
Block a user