chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-21 10:15:54 +00:00
parent fc08292136
commit dbd709376b
2 changed files with 4 additions and 0 deletions

View file

@ -209,6 +209,7 @@ export type UnknownError = {
name: "UnknownError"
data: {
message: string
ref?: string
}
}

View file

@ -11010,6 +11010,9 @@
"properties": {
"message": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": ["message"],