Skip to content

Commit a82c5f6

Browse files
fixed bug
1 parent b1392a3 commit a82c5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/DpiMasking.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public DpiMasking withEntities(
8888
*/
8989
@Nonnull
9090
public DpiMasking withMaskGroundingEnabled() {
91-
return new DpiMasking(maskingMethod, entities, true, List.of());
91+
return new DpiMasking(maskingMethod, entities, true, allowList);
9292
}
9393

9494
/**

0 commit comments

Comments
 (0)