chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-24 00:54:55 +00:00
parent 4898263dec
commit 1490752059
2 changed files with 5 additions and 8 deletions

View File

@ -172,14 +172,8 @@ export const fromCatalogModel = (
)
}
export const resolve = (
session: SessionSchema.Info,
model: ModelV2.Info,
credential?: Credential.Value,
) =>
withVariant(model, session.model?.variant).pipe(
Effect.flatMap((model) => fromCatalogModel(model, credential)),
)
export const resolve = (session: SessionSchema.Info, model: ModelV2.Info, credential?: Credential.Value) =>
withVariant(model, session.model?.variant).pipe(Effect.flatMap((model) => fromCatalogModel(model, credential)))
export const supported = (model: ModelV2.Info) =>
model.api.type === "aisdk" &&

View File

@ -27313,6 +27313,9 @@
"id": {
"type": "string"
},
"integrationID": {
"type": "string"
},
"name": {
"type": "string"
},