chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-22 04:17:10 +00:00
commit cd292a4ecb
14 changed files with 78 additions and 146 deletions

View file

@ -127,11 +127,7 @@ describe("SapAICorePlugin", () => {
throw new Error("SAP AI Core should call the SDK directly")
},
})
const language = yield* plugin.trigger(
"aisdk.language",
{ model: model("sap-ai-core"), sdk, options: {} },
{},
)
const language = yield* plugin.trigger("aisdk.language", { model: model("sap-ai-core"), sdk, options: {} }, {})
expect(language.language as unknown).toEqual({ modelID: "sap-model", provider: "callable" })
}),
)