@sap-ai-sdk/foundation-models 1.8.1-20250306013127.0 → 1.9.1-20250307013124.0
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/README.md +6 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -15,6 +15,8 @@ This package incorporates generative AI foundation models into your AI activitie
|
|
|
15
15
|
- [Azure OpenAI Embedding Client](#azure-openai-embedding-client)
|
|
16
16
|
- [Custom Request Configuration](#custom-request-configuration)
|
|
17
17
|
- [Custom Destination](#custom-destination)
|
|
18
|
+
- [Overwriting API Version](#overwriting-api-version)
|
|
19
|
+
- [Error Handling](#error-handling)
|
|
18
20
|
- [Local Testing](#local-testing)
|
|
19
21
|
- [Support, Feedback, Contribution](#support-feedback-contribution)
|
|
20
22
|
- [License](#license)
|
|
@@ -293,6 +295,10 @@ client.run(
|
|
|
293
295
|
);
|
|
294
296
|
```
|
|
295
297
|
|
|
298
|
+
## Error Handling
|
|
299
|
+
|
|
300
|
+
For error handling instructions, refer to this [section](https://github.com/SAP/ai-sdk-js/blob/main/README.md#error-handling).
|
|
301
|
+
|
|
296
302
|
## Local Testing
|
|
297
303
|
|
|
298
304
|
For local testing instructions, refer to this [section](https://github.com/SAP/ai-sdk-js/blob/main/README.md#local-testing).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ai-sdk/foundation-models",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.1-20250307013124.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@sap-cloud-sdk/http-client": "^4.0.1",
|
|
24
24
|
"@sap-cloud-sdk/util": "^4.0.1",
|
|
25
25
|
"@sap-cloud-sdk/connectivity": "^4.0.1",
|
|
26
|
-
"@sap-ai-sdk/ai-api": "^1.
|
|
27
|
-
"@sap-ai-sdk/core": "^1.
|
|
26
|
+
"@sap-ai-sdk/ai-api": "^1.9.1-20250307013124.0",
|
|
27
|
+
"@sap-ai-sdk/core": "^1.9.1-20250307013124.0"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"compile": "tsc",
|