@sap-ai-sdk/orchestration 1.8.1-20250302013118.0 → 1.8.1-20250304013124.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.
@@ -9,6 +9,8 @@ export type FunctionObject = {
9
9
  description?: string;
10
10
  /**
11
11
  * The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64.
12
+ * Max Length: 64.
13
+ * Pattern: "^[a-zA-Z0-9-_]+$".
12
14
  */
13
15
  name: string;
14
16
  parameters?: FunctionParameters;
@@ -1 +1 @@
1
- {"version":3,"file":"function-object.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/function-object.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACnE;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,kBAAkB,CAAC;IAChC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CACzB,CAAC"}
1
+ {"version":3,"file":"function-object.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/function-object.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACnE;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,kBAAkB,CAAC;IAChC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CACzB,CAAC"}
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export type GlobalStreamOptions = {
5
5
  /**
6
- * Number of characters per chunk that post-LLM modules operate on.
6
+ * Minimum number of characters per chunk that post-LLM modules operate on.
7
7
  * Default: 100.
8
8
  * Maximum: 10000.
9
9
  * Minimum: 1.
@@ -14,6 +14,8 @@ export type ResponseFormatJsonSchema = {
14
14
  description?: string;
15
15
  /**
16
16
  * The name of the response format. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64.
17
+ * Max Length: 64.
18
+ * Pattern: "^[a-zA-Z0-9-_]+$".
17
19
  */
18
20
  name: string;
19
21
  schema?: ResponseFormatJsonSchemaSchema;
@@ -1 +1 @@
1
- {"version":3,"file":"response-format-json-schema.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/response-format-json-schema.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AAC9F;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,IAAI,EAAE,aAAa,CAAC;IACpB,WAAW,EAAE;QACX;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,CAAC,EAAE,8BAA8B,CAAC;QACxC;;WAEG;QACH,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;KACzB,CAAC;CACH,CAAC"}
1
+ {"version":3,"file":"response-format-json-schema.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/response-format-json-schema.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AAC9F;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,IAAI,EAAE,aAAa,CAAC;IACpB,WAAW,EAAE;QACX;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB;;;;WAIG;QACH,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,CAAC,EAAE,8BAA8B,CAAC;QACxC;;WAEG;QACH,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;KACzB,CAAC;CACH,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ai-sdk/orchestration",
3
- "version": "1.8.1-20250302013118.0",
3
+ "version": "1.8.1-20250304013124.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -21,8 +21,8 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "@sap-cloud-sdk/util": "^3.26.1",
24
- "@sap-ai-sdk/core": "^1.8.1-20250302013118.0",
25
- "@sap-ai-sdk/ai-api": "^1.8.1-20250302013118.0"
24
+ "@sap-ai-sdk/core": "^1.8.1-20250304013124.0",
25
+ "@sap-ai-sdk/ai-api": "^1.8.1-20250304013124.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@sap-cloud-sdk/http-client": "^3.26.1",