Upgrade to Zod v4 (#2605)
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
parent
89d820b1c4
commit
c1b4e1f19d
75 changed files with 1075 additions and 1273 deletions
|
|
@ -47,6 +47,7 @@ type Command struct {
|
|||
Agent string `json:"agent"`
|
||||
Description string `json:"description"`
|
||||
Model string `json:"model"`
|
||||
Subtask bool `json:"subtask"`
|
||||
JSON commandJSON `json:"-"`
|
||||
}
|
||||
|
||||
|
|
@ -57,6 +58,7 @@ type commandJSON struct {
|
|||
Agent apijson.Field
|
||||
Description apijson.Field
|
||||
Model apijson.Field
|
||||
Subtask apijson.Field
|
||||
raw string
|
||||
ExtraFields map[string]apijson.Field
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue