-
- {{ field.name }}
-
-
-
- *
- {{ field.type }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ field.name }}
+
+
+
+ {{ field.type }}
+
+
+
+
+
+
+
+
+
+
-
-
+
-
-
-
-
-
-
-
-
Python 代码
-
-
-
-
-
- 返回内容
-
-
-
+
+
+
-
-
+
+
+
+
+
+
+
+ 返回内容
+
+
+
+
+
+
+
+
+
-
-
diff --git a/ui/src/workflow-canvas/types.ts b/ui/src/workflow-canvas/types.ts
index 869740b702d..5317093b09e 100644
--- a/ui/src/workflow-canvas/types.ts
+++ b/ui/src/workflow-canvas/types.ts
@@ -12,7 +12,7 @@ export enum WorkflowNodeType {
Reply = 'reply-node',
ToolLib = 'tool-lib-node',
ToolWorkflowLib = 'tool-workflow-lib-node',
- ToolLibCustom = 'tool-node',
+ ToolLibCustom = 'tool-node', //自定义工具
RerankerNode = 'reranker-node',
Application = 'application-node',
DocumentExtractNode = 'document-extract-node',