Skip to content

Commit d48d00c

Browse files
committed
Solved PR comments
1 parent d077c32 commit d48d00c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.changeset/smooth-showers-throw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
'@sap-ai-sdk/type-tests': minor
44
---
55

6-
[Feat] Added support for `protected_material_code` to `AzureContentSafetyFilterOutputParameters`
6+
[New Functionality] Added support for `protected_material_code` to `AzureContentSafetyFilterOutputParameters`

packages/orchestration/src/orchestration-types.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,7 @@ export type DpiMaskingConfig = Omit<
360360
mask_grounding_input?: boolean;
361361
};
362362

363-
/**
364-
* Base parameters for Azure content safety filter.
365-
* @internal
366-
*/
367-
export interface AzureContentSafetyFilterBaseParameters {
363+
interface AzureContentSafetyFilterBaseParameters {
368364
/**
369365
* The filter category for hate content.
370366
*/

0 commit comments

Comments
 (0)