perf: workflow runtime (#6562)

* perf: workflow runtime

* perf: lable input and dispatch workflow

* fix: workflow dispatch

* fix: workflow dispatch

* fix: workflow dispatch

* fix: workflow dispatch

* perf: workflow runtime

* perf: workflow runtime
This commit is contained in:
Archer
2026-03-15 14:43:48 +08:00
committed by GitHub
parent 6ea65f644b
commit 007ca09772
16 changed files with 889 additions and 92 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export const JsonSchemaPropertiesItemSchema = z.object({
not: z.any().optional(), // 不匹配
// 枚举和常量
enum: z.array(z.string()).optional(), // 枚举值
enum: z.array(z.any()).optional(), // 枚举值
const: z.any().optional(), // 常量值
// 字符串约束