mirror of https://github.com/langgenius/dify.git
ECO-184: add new dsl field to tool node, ready for enduser auth
This commit is contained in:
parent
8c111de6a9
commit
ac8136cca4
|
|
@ -13,7 +13,6 @@ from core.plugin.entities.plugin_daemon import CredentialType
|
|||
from core.tools.entities.common_entities import I18nObject
|
||||
from core.tools.entities.tool_bundle import ApiToolBundle
|
||||
from core.tools.entities.tool_entities import ApiProviderSchemaType, WorkflowToolParameterConfiguration
|
||||
from libs.uuid_utils import uuidv7
|
||||
|
||||
from .base import TypeBase
|
||||
from .engine import db
|
||||
|
|
|
|||
Loading…
Reference in New Issue