@jerome-benoit/sap-ai-provider 4.4.12-rc.0 → 4.4.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-U6BI6KG3.js → chunk-4RLJMCGI.js} +3 -3
- package/dist/{chunk-RME6BAG3.js → chunk-MKUXFPS7.js} +2 -2
- package/dist/{chunk-RME6BAG3.js.map → chunk-MKUXFPS7.js.map} +1 -1
- package/dist/{chunk-VVMW5IN3.js → chunk-SXSMDAP6.js} +2 -2
- package/dist/{foundation-models-embedding-model-strategy-5L74P57K.js → foundation-models-embedding-model-strategy-IF3H7JNX.js} +3 -3
- package/dist/{foundation-models-language-model-strategy-EDYAIXRR.js → foundation-models-language-model-strategy-GSYPB62S.js} +4 -4
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/{orchestration-embedding-model-strategy-4RY4AJLY.js → orchestration-embedding-model-strategy-5AQ2SF34.js} +3 -3
- package/dist/{orchestration-language-model-strategy-SB2INI7D.js → orchestration-language-model-strategy-67RHLNTE.js} +4 -4
- package/package.json +2 -2
- /package/dist/{chunk-U6BI6KG3.js.map → chunk-4RLJMCGI.js.map} +0 -0
- /package/dist/{chunk-VVMW5IN3.js.map → chunk-SXSMDAP6.js.map} +0 -0
- /package/dist/{foundation-models-embedding-model-strategy-5L74P57K.js.map → foundation-models-embedding-model-strategy-IF3H7JNX.js.map} +0 -0
- /package/dist/{foundation-models-language-model-strategy-EDYAIXRR.js.map → foundation-models-language-model-strategy-GSYPB62S.js.map} +0 -0
- /package/dist/{orchestration-embedding-model-strategy-4RY4AJLY.js.map → orchestration-embedding-model-strategy-5AQ2SF34.js.map} +0 -0
- /package/dist/{orchestration-language-model-strategy-SB2INI7D.js.map → orchestration-language-model-strategy-67RHLNTE.js.map} +0 -0
|
@@ -8,14 +8,14 @@ import {
|
|
|
8
8
|
createAISDKRequestBodySummary,
|
|
9
9
|
createStreamTransformer,
|
|
10
10
|
mapToolChoice
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-SXSMDAP6.js";
|
|
12
12
|
import {
|
|
13
13
|
VERSION,
|
|
14
14
|
convertToAISDKError,
|
|
15
15
|
getProviderName,
|
|
16
16
|
normalizeHeaders,
|
|
17
17
|
sapAILanguageModelProviderOptions
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-MKUXFPS7.js";
|
|
19
19
|
|
|
20
20
|
// src/base-language-model-strategy.ts
|
|
21
21
|
import { parseProviderOptions } from "@ai-sdk/provider-utils";
|
|
@@ -180,4 +180,4 @@ var BaseLanguageModelStrategy = class {
|
|
|
180
180
|
export {
|
|
181
181
|
BaseLanguageModelStrategy
|
|
182
182
|
};
|
|
183
|
-
//# sourceMappingURL=chunk-
|
|
183
|
+
//# sourceMappingURL=chunk-4RLJMCGI.js.map
|
|
@@ -30430,7 +30430,7 @@ function tryExtractSAPErrorFromMessage(message) {
|
|
|
30430
30430
|
}
|
|
30431
30431
|
|
|
30432
30432
|
// src/version.ts
|
|
30433
|
-
var VERSION = true ? "4.4.
|
|
30433
|
+
var VERSION = true ? "4.4.13" : "0.0.0-test";
|
|
30434
30434
|
|
|
30435
30435
|
export {
|
|
30436
30436
|
__toESM,
|
|
@@ -30483,4 +30483,4 @@ mime-types/index.js:
|
|
|
30483
30483
|
axios/dist/node/axios.cjs:
|
|
30484
30484
|
(*! Axios v1.13.5 Copyright (c) 2026 Matt Zabriskie and contributors *)
|
|
30485
30485
|
*/
|
|
30486
|
-
//# sourceMappingURL=chunk-
|
|
30486
|
+
//# sourceMappingURL=chunk-MKUXFPS7.js.map
|