@sap-ai-sdk/foundation-models 1.8.1-20250305013123.0 → 1.9.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +6 -6
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.8.1-20250305013123.0",
3
+ "version": "1.9.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -20,11 +20,11 @@
20
20
  "internal.d.ts"
21
21
  ],
22
22
  "dependencies": {
23
- "@sap-cloud-sdk/http-client": "^3.26.1",
24
- "@sap-cloud-sdk/util": "^3.26.1",
25
- "@sap-cloud-sdk/connectivity": "^3.26.1",
26
- "@sap-ai-sdk/ai-api": "^1.8.1-20250305013123.0",
27
- "@sap-ai-sdk/core": "^1.8.1-20250305013123.0"
23
+ "@sap-cloud-sdk/http-client": "^4.0.1",
24
+ "@sap-cloud-sdk/util": "^4.0.1",
25
+ "@sap-cloud-sdk/connectivity": "^4.0.1",
26
+ "@sap-ai-sdk/ai-api": "^1.9.0",
27
+ "@sap-ai-sdk/core": "^1.9.0"
28
28
  },
29
29
  "scripts": {
30
30
  "compile": "tsc",