mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 19:55:11 +00:00
fix: add SubtaskPart with metadata reference (#10990)
Co-authored-by: yangtianzhe <yangtianzhe@corp.netease.com>
This commit is contained in:
parent
57ad1814e3
commit
26e14ce628
1 changed files with 2 additions and 0 deletions
|
|
@ -176,6 +176,8 @@ export namespace MessageV2 {
|
|||
})
|
||||
.optional(),
|
||||
command: z.string().optional(),
|
||||
}).meta({
|
||||
ref: "SubtaskPart",
|
||||
})
|
||||
export type SubtaskPart = z.infer<typeof SubtaskPart>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue