feat: add icon property to workflow node specifications and update related components
This commit is contained in:
@@ -380,6 +380,7 @@ export type AIWorkflowNodeSpec = {
|
||||
type: string
|
||||
title: string
|
||||
description: string
|
||||
icon: string
|
||||
riskLevel: "low" | "medium" | "high"
|
||||
interruptible: boolean
|
||||
requiresConfirmationPredecessor: boolean
|
||||
|
||||
Reference in New Issue
Block a user