We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d077c32 commit d48d00cCopy full SHA for d48d00c
.changeset/smooth-showers-throw.md
@@ -3,4 +3,4 @@
3
'@sap-ai-sdk/type-tests': minor
4
---
5
6
-[Feat] Added support for `protected_material_code` to `AzureContentSafetyFilterOutputParameters`
+[New Functionality] Added support for `protected_material_code` to `AzureContentSafetyFilterOutputParameters`
packages/orchestration/src/orchestration-types.ts
@@ -360,11 +360,7 @@ export type DpiMaskingConfig = Omit<
360
mask_grounding_input?: boolean;
361
};
362
363
-/**
364
- * Base parameters for Azure content safety filter.
365
- * @internal
366
- */
367
-export interface AzureContentSafetyFilterBaseParameters {
+interface AzureContentSafetyFilterBaseParameters {
368
/**
369
* The filter category for hate content.
370
*/
0 commit comments