mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
chore: generate
This commit is contained in:
parent
ed0c0d90be
commit
af99d83709
1 changed files with 36 additions and 0 deletions
|
|
@ -2048,6 +2048,9 @@
|
||||||
"system": {
|
"system": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"variant": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"parts": {
|
"parts": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|
@ -2420,6 +2423,9 @@
|
||||||
"system": {
|
"system": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"variant": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"parts": {
|
"parts": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|
@ -2541,6 +2547,9 @@
|
||||||
},
|
},
|
||||||
"command": {
|
"command": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"variant": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["arguments", "command"]
|
"required": ["arguments", "command"]
|
||||||
|
|
@ -5265,6 +5274,9 @@
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"variant": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["id", "sessionID", "role", "time", "agent", "model"]
|
"required": ["id", "sessionID", "role", "time", "agent", "model"]
|
||||||
|
|
@ -7496,6 +7508,11 @@
|
||||||
"default": "shift+tab",
|
"default": "shift+tab",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"variant_cycle": {
|
||||||
|
"description": "Cycle model variants",
|
||||||
|
"default": "ctrl+t",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"input_clear": {
|
"input_clear": {
|
||||||
"description": "Clear input field",
|
"description": "Clear input field",
|
||||||
"default": "ctrl+c",
|
"default": "ctrl+c",
|
||||||
|
|
@ -8914,6 +8931,16 @@
|
||||||
},
|
},
|
||||||
"required": ["name", "template"]
|
"required": ["name", "template"]
|
||||||
},
|
},
|
||||||
|
"Variant": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"disabled": {
|
||||||
|
"type": "boolean"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"required": ["disabled"],
|
||||||
|
"additionalProperties": {}
|
||||||
|
},
|
||||||
"Model": {
|
"Model": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -9103,6 +9130,15 @@
|
||||||
},
|
},
|
||||||
"release_date": {
|
"release_date": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"variants": {
|
||||||
|
"type": "object",
|
||||||
|
"propertyNames": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"additionalProperties": {
|
||||||
|
"$ref": "#/components/schemas/Variant"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue