Skip to content

Commit 2ed8a9a

Browse files
committed
fix: 修复工作流未展示表单,图片理解,文档提取节点
1 parent d1002f4 commit 2ed8a9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ui/src/workflow/common/data.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,10 @@ export const menuNodes = [
233233
questionNode,
234234
conditionNode,
235235
replyNode,
236-
rerankerNode
236+
rerankerNode,
237+
documentExtractNode,
238+
imageUnderstandNode,
239+
formNode
237240
]
238241

239242
/**

0 commit comments

Comments
 (0)