chore: format code
This commit is contained in:
parent
ffc4d53923
commit
2198f9400f
2 changed files with 12 additions and 0 deletions
|
|
@ -1035,6 +1035,7 @@ export type ProviderConfig = {
|
||||||
[key: string]: {
|
[key: string]: {
|
||||||
id?: string
|
id?: string
|
||||||
name?: string
|
name?: string
|
||||||
|
family?: string
|
||||||
release_date?: string
|
release_date?: string
|
||||||
attachment?: boolean
|
attachment?: boolean
|
||||||
reasoning?: boolean
|
reasoning?: boolean
|
||||||
|
|
@ -1461,6 +1462,7 @@ export type Model = {
|
||||||
npm: string
|
npm: string
|
||||||
}
|
}
|
||||||
name: string
|
name: string
|
||||||
|
family?: string
|
||||||
capabilities: {
|
capabilities: {
|
||||||
temperature: boolean
|
temperature: boolean
|
||||||
reasoning: boolean
|
reasoning: boolean
|
||||||
|
|
@ -3027,6 +3029,7 @@ export type ProviderListResponses = {
|
||||||
[key: string]: {
|
[key: string]: {
|
||||||
id: string
|
id: string
|
||||||
name: string
|
name: string
|
||||||
|
family?: string
|
||||||
release_date: string
|
release_date: string
|
||||||
attachment: boolean
|
attachment: boolean
|
||||||
reasoning: boolean
|
reasoning: boolean
|
||||||
|
|
|
||||||
|
|
@ -2788,6 +2788,9 @@
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"family": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"release_date": {
|
"release_date": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|
@ -7300,6 +7303,9 @@
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"family": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"release_date": {
|
"release_date": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|
@ -8287,6 +8293,9 @@
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"family": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue