mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 00:38:31 +00:00
chore: generate
This commit is contained in:
parent
42bb793574
commit
31b58b4704
1 changed files with 2 additions and 10 deletions
|
|
@ -23,13 +23,7 @@ const connections = Credential.defaultLayer.pipe(Layer.fresh)
|
|||
const integrations = Integration.locationLayer.pipe(Layer.provide(events), Layer.provide(connections))
|
||||
const catalog = Catalog.layer.pipe(
|
||||
Layer.provide(
|
||||
Layer.mergeAll(
|
||||
events,
|
||||
locationLayer,
|
||||
Policy.layer.pipe(Layer.provide(locationLayer)),
|
||||
connections,
|
||||
integrations,
|
||||
),
|
||||
Layer.mergeAll(events, locationLayer, Policy.layer.pipe(Layer.provide(locationLayer)), connections, integrations),
|
||||
),
|
||||
)
|
||||
const it = testEffect(
|
||||
|
|
@ -71,9 +65,7 @@ describe("VariantPlugin", () => {
|
|||
type: "aisdk",
|
||||
package: "@ai-sdk/openai-compatible",
|
||||
}
|
||||
model.variants = [
|
||||
{ id: ModelV2.VariantID.make("high"), headers: { custom: "true" }, body: {} },
|
||||
]
|
||||
model.variants = [{ id: ModelV2.VariantID.make("high"), headers: { custom: "true" }, body: {} }]
|
||||
})
|
||||
})
|
||||
yield* VariantPlugin.Plugin.effect(host({ catalog: catalogHost(service) }))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue