Restore AI workflow design nodes
This commit is contained in:
@@ -7,6 +7,7 @@ from ai_platform.api.chat_api import router as chat_router
|
||||
from ai_platform.api.workflow_api import router as workflow_router
|
||||
from ai_platform.api.agent_api import router as agent_router
|
||||
from ai_platform.api.speech_api import router as speech_router
|
||||
from ai_platform.api.form_api import router as form_router
|
||||
from ai_platform.knowledge.api import router as knowledge_router
|
||||
|
||||
# 创建总路由
|
||||
@@ -20,4 +21,5 @@ router.include_router(chat_router)
|
||||
router.include_router(workflow_router)
|
||||
router.include_router(agent_router)
|
||||
router.include_router(speech_router)
|
||||
router.include_router(knowledge_router)
|
||||
router.include_router(form_router)
|
||||
router.include_router(knowledge_router)
|
||||
|
||||
Reference in New Issue
Block a user