chore: format code

This commit is contained in:
GitHub Action 2025-12-10 19:31:11 +00:00
commit 2198f9400f
2 changed files with 12 additions and 0 deletions

View file

@ -1035,6 +1035,7 @@ export type ProviderConfig = {
[key: string]: {
id?: string
name?: string
family?: string
release_date?: string
attachment?: boolean
reasoning?: boolean
@ -1461,6 +1462,7 @@ export type Model = {
npm: string
}
name: string
family?: string
capabilities: {
temperature: boolean
reasoning: boolean
@ -3027,6 +3029,7 @@ export type ProviderListResponses = {
[key: string]: {
id: string
name: string
family?: string
release_date: string
attachment: boolean
reasoning: boolean