fix: workflow as tool create error by type misuse (#5205)

This commit is contained in:
takatost 2024-06-14 15:01:09 +08:00 committed by GitHub
parent 8e2f8ffb9e
commit 3c0f21d174
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,