@jerome-benoit/sap-ai-provider 4.6.7 → 4.6.8
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-ZUDOGUGK.js → chunk-6BVUDEKZ.js} +3 -3
- package/dist/{chunk-R76UJOY2.js → chunk-7OGNFVGC.js} +8 -2
- package/dist/{chunk-R76UJOY2.js.map → chunk-7OGNFVGC.js.map} +1 -1
- package/dist/{chunk-T2KVPIIB.js → chunk-M3AV2YUV.js} +2 -2
- package/dist/{chunk-G4UCVIML.js → chunk-X66RDDSB.js} +3 -3
- package/dist/{foundation-models-embedding-model-strategy-4OZUE2OH.js → foundation-models-embedding-model-strategy-GXJRGM4X.js} +4 -4
- package/dist/{foundation-models-language-model-strategy-JSJHJYMR.js → foundation-models-language-model-strategy-FGUGQPBL.js} +4 -4
- package/dist/index.cjs +7 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/{orchestration-embedding-model-strategy-FE2QESSS.js → orchestration-embedding-model-strategy-663QYZL7.js} +4 -4
- package/dist/{orchestration-language-model-strategy-WEN7CMOV.js → orchestration-language-model-strategy-X3LKHORW.js} +4 -4
- package/package.json +11 -11
- /package/dist/{chunk-ZUDOGUGK.js.map → chunk-6BVUDEKZ.js.map} +0 -0
- /package/dist/{chunk-T2KVPIIB.js.map → chunk-M3AV2YUV.js.map} +0 -0
- /package/dist/{chunk-G4UCVIML.js.map → chunk-X66RDDSB.js.map} +0 -0
- /package/dist/{foundation-models-embedding-model-strategy-4OZUE2OH.js.map → foundation-models-embedding-model-strategy-GXJRGM4X.js.map} +0 -0
- /package/dist/{foundation-models-language-model-strategy-JSJHJYMR.js.map → foundation-models-language-model-strategy-FGUGQPBL.js.map} +0 -0
- /package/dist/{orchestration-embedding-model-strategy-FE2QESSS.js.map → orchestration-embedding-model-strategy-663QYZL7.js.map} +0 -0
- /package/dist/{orchestration-language-model-strategy-WEN7CMOV.js.map → orchestration-language-model-strategy-X3LKHORW.js.map} +0 -0
|
@@ -9,14 +9,14 @@ import {
|
|
|
9
9
|
createAISDKRequestBodySummary,
|
|
10
10
|
createStreamTransformer,
|
|
11
11
|
mapToolChoice
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-M3AV2YUV.js";
|
|
13
13
|
import {
|
|
14
14
|
VERSION,
|
|
15
15
|
convertToAISDKError,
|
|
16
16
|
getProviderName,
|
|
17
17
|
normalizeHeaders,
|
|
18
18
|
sapAILanguageModelProviderOptions
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-7OGNFVGC.js";
|
|
20
20
|
|
|
21
21
|
// src/base-language-model-strategy.ts
|
|
22
22
|
import { parseProviderOptions } from "@ai-sdk/provider-utils";
|
|
@@ -187,4 +187,4 @@ var BaseLanguageModelStrategy = class {
|
|
|
187
187
|
export {
|
|
188
188
|
BaseLanguageModelStrategy
|
|
189
189
|
};
|
|
190
|
-
//# sourceMappingURL=chunk-
|
|
190
|
+
//# sourceMappingURL=chunk-6BVUDEKZ.js.map
|
|
@@ -30029,6 +30029,9 @@ var ApiSwitchError = class extends Error {
|
|
|
30029
30029
|
this.conflictingFeature = conflictingFeature;
|
|
30030
30030
|
this.name = "ApiSwitchError";
|
|
30031
30031
|
}
|
|
30032
|
+
fromApi;
|
|
30033
|
+
toApi;
|
|
30034
|
+
conflictingFeature;
|
|
30032
30035
|
};
|
|
30033
30036
|
var UnsupportedFeatureError = class extends Error {
|
|
30034
30037
|
/**
|
|
@@ -30048,6 +30051,9 @@ var UnsupportedFeatureError = class extends Error {
|
|
|
30048
30051
|
this.suggestedApi = suggestedApi;
|
|
30049
30052
|
this.name = "UnsupportedFeatureError";
|
|
30050
30053
|
}
|
|
30054
|
+
feature;
|
|
30055
|
+
api;
|
|
30056
|
+
suggestedApi;
|
|
30051
30057
|
};
|
|
30052
30058
|
function convertSAPErrorToAPICallError(errorResponse, context) {
|
|
30053
30059
|
const { code, location, message, requestId } = extractErrorFields(errorResponse);
|
|
@@ -30396,7 +30402,7 @@ function tryExtractSAPErrorFromMessage(message) {
|
|
|
30396
30402
|
}
|
|
30397
30403
|
|
|
30398
30404
|
// src/version.ts
|
|
30399
|
-
var VERSION = true ? "4.6.
|
|
30405
|
+
var VERSION = true ? "4.6.8" : "0.0.0-test";
|
|
30400
30406
|
|
|
30401
30407
|
export {
|
|
30402
30408
|
__toESM,
|
|
@@ -30449,4 +30455,4 @@ mime-types/index.js:
|
|
|
30449
30455
|
axios/dist/node/axios.cjs:
|
|
30450
30456
|
(*! Axios v1.14.0 Copyright (c) 2026 Matt Zabriskie and contributors *)
|
|
30451
30457
|
*/
|
|
30452
|
-
//# sourceMappingURL=chunk-
|
|
30458
|
+
//# sourceMappingURL=chunk-7OGNFVGC.js.map
|