Merge remote-tracking branch 'origin/sqlite2' into sqlite2

This commit is contained in:
Dax Raad
2026-02-01 20:26:24 -05:00
121 changed files with 3045 additions and 686 deletions

View File

@@ -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"
},