@sap-ai-sdk/ai-api 2.4.1-20260105013508.0 → 2.4.1-20260107013400.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.
|
@@ -3,7 +3,7 @@ import { type FoundationModel } from './model.js';
|
|
|
3
3
|
import type { HttpDestinationOrFetchOptions } from '@sap-cloud-sdk/connectivity';
|
|
4
4
|
/**
|
|
5
5
|
* The model deployment configuration when using a model.
|
|
6
|
-
* @
|
|
6
|
+
* @template ModelNameT - String literal type representing the name of the model.
|
|
7
7
|
*/
|
|
8
8
|
export interface ModelConfig<ModelNameT = string> {
|
|
9
9
|
/**
|
|
@@ -35,7 +35,7 @@ export interface ResourceGroupConfig {
|
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
37
|
* The configuration of a model deployment.
|
|
38
|
-
* @
|
|
38
|
+
* @template ModelNameT - String literal type representing the name of the model.
|
|
39
39
|
*/
|
|
40
40
|
export type ModelDeployment<ModelNameT = string> = ModelNameT | ((ModelConfig<ModelNameT> | DeploymentIdConfig) & ResourceGroupConfig);
|
|
41
41
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ai-sdk/ai-api",
|
|
3
|
-
"version": "2.4.1-
|
|
3
|
+
"version": "2.4.1-20260107013400.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"internal.d.ts"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@sap-cloud-sdk/connectivity": "^4.
|
|
28
|
-
"@sap-cloud-sdk/util": "^4.
|
|
29
|
-
"@sap-ai-sdk/core": "^2.4.1-
|
|
27
|
+
"@sap-cloud-sdk/connectivity": "^4.3.1",
|
|
28
|
+
"@sap-cloud-sdk/util": "^4.3.1",
|
|
29
|
+
"@sap-ai-sdk/core": "^2.4.1-20260107013400.0"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"compile": "tsc",
|