Feature/Seq Agent Nodes Update (#2942)

update all seg agent nodes to 2.0 for UI UX improvements
This commit is contained in:
Henry Heng
2024-08-06 11:30:08 +01:00
committed by GitHub
parent 7153093bfc
commit 70d7420d02
21 changed files with 1789 additions and 887 deletions
+1
View File
@@ -118,6 +118,7 @@ export interface INodeProperties {
deprecateMessage?: string
hideOutput?: boolean
author?: string
documentation?: string
}
export interface INode extends INodeProperties {