Merge remote-tracking branch 'origin/sqlite2' into sqlite2
This commit is contained in:
commit
5f552534c7
121 changed files with 3044 additions and 685 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue