Skip to content

Commit b66222b

Browse files
committed
zen: fix nemotron issue
1 parent dce7ece commit b66222b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/console/core/src/model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export namespace ZenData {
3636
weight: z.number().optional(),
3737
disabled: z.boolean().optional(),
3838
storeModel: z.string().optional(),
39+
payloadModifier: z.record(z.string(), z.any()).optional(),
3940
}),
4041
),
4142
})

0 commit comments

Comments
 (0)