fix: add SubtaskPart with metadata reference (#10990)

Co-authored-by: yangtianzhe <yangtianzhe@corp.netease.com>
This commit is contained in:
RenegadeE
2026-01-29 00:11:43 +08:00
committed by GitHub
parent 57ad1814e3
commit 26e14ce628

View File

@@ -176,6 +176,8 @@ export namespace MessageV2 {
})
.optional(),
command: z.string().optional(),
}).meta({
ref: "SubtaskPart",
})
export type SubtaskPart = z.infer<typeof SubtaskPart>