mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
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:
@@ -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(), // 常量值
|
||||
|
||||
// 字符串约束
|
||||
|
||||
Reference in New Issue
Block a user