chore: generate
This commit is contained in:
parent
2bb4311042
commit
cd292a4ecb
14 changed files with 78 additions and 146 deletions
|
|
@ -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" })
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue