Co-authored-by: yangtianzhe <[email protected]>
@@ -176,6 +176,8 @@ export namespace MessageV2 {
})
.optional(),
command: z.string().optional(),
+ }).meta({
+ ref: "SubtaskPart",
export type SubtaskPart = z.infer<typeof SubtaskPart>