This commit is contained in:
QuantumGhost
2025-11-06 11:23:28 +08:00
parent 7e06225ce2
commit 8b914d9116
53 changed files with 235712 additions and 33 deletions

View File

@ -34,6 +34,7 @@ from .enums import (
WorkflowRunTriggeredFrom,
WorkflowTriggerStatus,
)
from .human_input import HumanInputForm
from .model import (
ApiRequest,
ApiToken,
@ -151,6 +152,7 @@ __all__ = [
"EndUser",
"ExternalKnowledgeApis",
"ExternalKnowledgeBindings",
"HumanInputForm",
"IconType",
"InstalledApp",
"InvitationCode",