@sap-ai-sdk/langchain 1.8.1-20250306013127.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.
- package/README.md +5 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -11,6 +11,7 @@ This package provides LangChain clients built on top of the foundation model and
|
|
|
11
11
|
- [Usage](#usage)
|
|
12
12
|
- [Orchestration Client](#orchestration-client)
|
|
13
13
|
- [Azure OpenAI Client](#azure-openai-client)
|
|
14
|
+
- [Error Handling](#error-handling)
|
|
14
15
|
- [Local Testing](#local-testing)
|
|
15
16
|
- [Support, Feedback, Contribution](#support-feedback-contribution)
|
|
16
17
|
- [License](#license)
|
|
@@ -52,6 +53,10 @@ For more information about the Orchestration client, refer to the [documentation
|
|
|
52
53
|
|
|
53
54
|
For more information about Azure OpenAI client, refer to the [documentation](https://github.com/SAP/ai-sdk-js/tree/main/packages/langchain/src/openai/README.md).
|
|
54
55
|
|
|
56
|
+
## Error Handling
|
|
57
|
+
|
|
58
|
+
For error handling instructions, refer to this [section](https://github.com/SAP/ai-sdk-js/blob/main/README.md#error-handling).
|
|
59
|
+
|
|
55
60
|
## Local Testing
|
|
56
61
|
|
|
57
62
|
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/langchain",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"uuid": "^11.1.0",
|
|
24
24
|
"@langchain/core": "0.3.42",
|
|
25
25
|
"zod-to-json-schema": "^3.24.3",
|
|
26
|
-
"@sap-ai-sdk/ai-api": "^1.
|
|
27
|
-
"@sap-ai-sdk/core": "^1.
|
|
28
|
-
"@sap-ai-sdk/foundation-models": "^1.
|
|
29
|
-
"@sap-ai-sdk/orchestration": "^1.
|
|
26
|
+
"@sap-ai-sdk/ai-api": "^1.9.0",
|
|
27
|
+
"@sap-ai-sdk/core": "^1.9.0",
|
|
28
|
+
"@sap-ai-sdk/foundation-models": "^1.9.0",
|
|
29
|
+
"@sap-ai-sdk/orchestration": "^1.9.0"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"compile": "tsc",
|