mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 13:09:46 +00:00
chore: generate
This commit is contained in:
parent
57a2b5f444
commit
dfb9caa2a9
1 changed files with 15 additions and 2 deletions
|
|
@ -8976,13 +8976,26 @@
|
|||
"type": "string"
|
||||
},
|
||||
"template": {
|
||||
"type": "string"
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
},
|
||||
"subtask": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"hints": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["name", "template"]
|
||||
"required": ["name", "template", "hints"]
|
||||
},
|
||||
"Model": {
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue