chore: generate

This commit is contained in:
opencode-agent[bot] 2026-03-12 13:28:46 +00:00
parent c45467964c
commit 6314d741e7

View File

@ -1667,7 +1667,9 @@ export namespace ACP {
): ModelOption[] {
const includeVariants = options.includeVariants ?? false
return providers.flatMap((provider) => {
const unsorted: Array<{ id: string; name: string; variants?: Record<string, any> }> = Object.values(provider.models)
const unsorted: Array<{ id: string; name: string; variants?: Record<string, any> }> = Object.values(
provider.models,
)
const models = Provider.sort(unsorted)
return models.flatMap((model) => {
const base: ModelOption = {