chore: generate
This commit is contained in:
parent
4898263dec
commit
1490752059
@ -172,14 +172,8 @@ export const fromCatalogModel = (
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export const resolve = (
|
export const resolve = (session: SessionSchema.Info, model: ModelV2.Info, credential?: Credential.Value) =>
|
||||||
session: SessionSchema.Info,
|
withVariant(model, session.model?.variant).pipe(Effect.flatMap((model) => fromCatalogModel(model, credential)))
|
||||||
model: ModelV2.Info,
|
|
||||||
credential?: Credential.Value,
|
|
||||||
) =>
|
|
||||||
withVariant(model, session.model?.variant).pipe(
|
|
||||||
Effect.flatMap((model) => fromCatalogModel(model, credential)),
|
|
||||||
)
|
|
||||||
|
|
||||||
export const supported = (model: ModelV2.Info) =>
|
export const supported = (model: ModelV2.Info) =>
|
||||||
model.api.type === "aisdk" &&
|
model.api.type === "aisdk" &&
|
||||||
|
|||||||
@ -27313,6 +27313,9 @@
|
|||||||
"id": {
|
"id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"integrationID": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user