mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
chore: generate
This commit is contained in:
parent
9ef319f25f
commit
d3a247bfff
2 changed files with 9 additions and 16 deletions
|
|
@ -9028,7 +9028,7 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"model": {
|
||||
"type": "string"
|
||||
"$ref": "#/components/schemas/Model"
|
||||
},
|
||||
"variant": {
|
||||
"description": "Default model variant for this agent (applies only when using the agent's configured model).",
|
||||
|
|
@ -9528,7 +9528,7 @@
|
|||
"type": "string"
|
||||
},
|
||||
"model": {
|
||||
"type": "string"
|
||||
"$ref": "#/components/schemas/Model"
|
||||
},
|
||||
"subtask": {
|
||||
"type": "boolean"
|
||||
|
|
@ -9606,12 +9606,10 @@
|
|||
}
|
||||
},
|
||||
"model": {
|
||||
"description": "Model to use in the format of provider/model, eg anthropic/claude-2",
|
||||
"type": "string"
|
||||
"$ref": "#/components/schemas/Model"
|
||||
},
|
||||
"small_model": {
|
||||
"description": "Small model to use for tasks like title generation in the format of provider/model",
|
||||
"type": "string"
|
||||
"$ref": "#/components/schemas/Model"
|
||||
},
|
||||
"default_agent": {
|
||||
"description": "Default agent to use when none is specified. Must be a primary agent. Falls back to 'build' if not set or if the specified agent is invalid.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue