mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 01:07:04 +00:00
Merge remote-tracking branch 'origin/sqlite2' into sqlite2
This commit is contained in:
@@ -9044,6 +9044,10 @@
|
||||
"model": {
|
||||
"type": "string"
|
||||
},
|
||||
"variant": {
|
||||
"description": "Default model variant for this agent (applies only when using the agent's configured model).",
|
||||
"type": "string"
|
||||
},
|
||||
"temperature": {
|
||||
"type": "number"
|
||||
},
|
||||
@@ -10591,7 +10595,7 @@
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"const": "text"
|
||||
"enum": ["text", "binary"]
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
@@ -10869,6 +10873,9 @@
|
||||
},
|
||||
"required": ["modelID", "providerID"]
|
||||
},
|
||||
"variant": {
|
||||
"type": "string"
|
||||
},
|
||||
"prompt": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user