Skip to content

Commit cc2ec69

Browse files
committed
fix: There is a situation in the intelligent agent where workflow tools cannot be used as end nodes
1 parent eb409f7 commit cc2ec69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/workflow/common/validate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const end_nodes: Array<string> = [
2121
WorkflowType.VideoUnderstandNode,
2222
WorkflowType.VariableAssignNode,
2323
WorkflowType.KnowledgeWriteNode,
24+
WorkflowType.ToolWorkflowLib,
2425
]
2526

2627
const loop_end_nodes: Array<string> = [

0 commit comments

Comments
 (0)