Refactor AIAgent runtime handling and remove unused fields
This commit is contained in:
@@ -242,8 +242,6 @@ export type AIAgent = {
|
||||
arguments?: Record<string, string>
|
||||
}[]
|
||||
graphTools: string[]
|
||||
runtimeMode: number
|
||||
runtimeModeName: string
|
||||
workflowVersionId: number
|
||||
sortNo: number
|
||||
createdAt: string
|
||||
|
||||
Reference in New Issue
Block a user