mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-19 16:40:48 +00:00
chore: generate
This commit is contained in:
parent
799996db76
commit
fc46cef5fd
2 changed files with 10 additions and 2 deletions
|
|
@ -9441,6 +9441,12 @@
|
|||
"action": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"provider": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
@ -9454,7 +9460,7 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["title", "message", "label"],
|
||||
"required": ["reason", "provider", "title", "message", "label"],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"next": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue