@sap-ai-sdk/orchestration 2.0.1-20250925013021.0 → 2.0.1-20250926013018.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.
@@ -5,7 +5,7 @@ import type { AzureContentSafetyFilterParameters, AzureContentSafetyFilterReturn
5
5
  * @param config - Configuration for Azure content safety filter.
6
6
  * If skipped, the default configuration of `ALLOW_SAFE_LOW` is used for all filter categories.
7
7
  * @returns Azure content safety configuration.
8
- * @example "buildAzureContentSafetyFilter({ type: 'input', hate: 'ALLOW_SAFE', violence: 'ALLOW_SAFE_LOW_MEDIUM' })"
8
+ * @example "buildAzureContentSafetyFilter('input', { hate: 'ALLOW_SAFE', violence: 'ALLOW_SAFE_LOW_MEDIUM' })"
9
9
  */
10
10
  export declare function buildAzureContentSafetyFilter<T extends ConfigType>(type: T, config?: AzureContentSafetyFilterParameters<T>): AzureContentSafetyFilterReturnType<T>;
11
11
  /**
@@ -5,7 +5,7 @@ import { supportedAzureFilterThresholds } from '../orchestration-types.js';
5
5
  * @param config - Configuration for Azure content safety filter.
6
6
  * If skipped, the default configuration of `ALLOW_SAFE_LOW` is used for all filter categories.
7
7
  * @returns Azure content safety configuration.
8
- * @example "buildAzureContentSafetyFilter({ type: 'input', hate: 'ALLOW_SAFE', violence: 'ALLOW_SAFE_LOW_MEDIUM' })"
8
+ * @example "buildAzureContentSafetyFilter('input', { hate: 'ALLOW_SAFE', violence: 'ALLOW_SAFE_LOW_MEDIUM' })"
9
9
  */
10
10
  export function buildAzureContentSafetyFilter(type, config) {
11
11
  if (!config) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ai-sdk/orchestration",
3
- "version": "2.0.1-20250925013021.0",
3
+ "version": "2.0.1-20250926013018.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -22,9 +22,9 @@
22
22
  "dependencies": {
23
23
  "@sap-cloud-sdk/util": "^4.1.2",
24
24
  "yaml": "^2.8.1",
25
- "@sap-ai-sdk/core": "^2.0.1-20250925013021.0",
26
- "@sap-ai-sdk/ai-api": "^2.0.1-20250925013021.0",
27
- "@sap-ai-sdk/prompt-registry": "^2.0.1-20250925013021.0"
25
+ "@sap-ai-sdk/core": "^2.0.1-20250926013018.0",
26
+ "@sap-ai-sdk/ai-api": "^2.0.1-20250926013018.0",
27
+ "@sap-ai-sdk/prompt-registry": "^2.0.1-20250926013018.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@sap-cloud-sdk/http-client": "^4.1.2",