@sap-ai-sdk/orchestration 1.2.0 → 1.2.1-20241027013107.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 +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @sap-ai-sdk/orchestration
2
2
 
3
+ SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.
4
+
3
5
  This package incorporates generative AI orchestration capabilities into your AI activities in SAP AI Core and SAP AI Launchpad.
4
6
 
5
7
  ## Table of Contents
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ai-sdk/orchestration",
3
- "version": "1.2.0",
3
+ "version": "1.2.1-20241027013107.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -22,8 +22,8 @@
22
22
  "dependencies": {
23
23
  "@sap-cloud-sdk/http-client": "^3.22.2",
24
24
  "@sap-cloud-sdk/util": "^3.22.2",
25
- "@sap-ai-sdk/core": "^1.2.0",
26
- "@sap-ai-sdk/ai-api": "^1.2.0"
25
+ "@sap-ai-sdk/core": "^1.2.1-20241027013107.0",
26
+ "@sap-ai-sdk/ai-api": "^1.2.1-20241027013107.0"
27
27
  },
28
28
  "scripts": {
29
29
  "compile": "tsc",