mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-25 11:44:22 +01:00
type error fix
This commit is contained in:
@@ -238,7 +238,7 @@
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/components/schemas/provider"
|
||||
"$ref": "#/components/schemas/Provider.Info"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -740,7 +740,7 @@
|
||||
"title"
|
||||
]
|
||||
},
|
||||
"provider": {
|
||||
"Provider.Info": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"options": {
|
||||
@@ -750,7 +750,7 @@
|
||||
"models": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/components/schemas/model"
|
||||
"$ref": "#/components/schemas/Provider.Model"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -758,7 +758,7 @@
|
||||
"models"
|
||||
]
|
||||
},
|
||||
"model": {
|
||||
"Provider.Model": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
|
||||
Reference in New Issue
Block a user