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 8070b79 commit 44ffda5Copy full SHA for 44ffda5
orchestration/src/test/java/com/sap/ai/sdk/orchestration/OrchestrationUnitTest.java
@@ -307,7 +307,7 @@ void maskingPseudonymization() throws IOException {
307
.withHeader("Content-Type", "application/json")));
308
309
final var maskingConfig =
310
- createMaskingConfig(DPIConfig.MethodEnum.ANONYMIZATION, DPIEntities.PHONE);
+ createMaskingConfig(DPIConfig.MethodEnum.PSEUDONYMIZATION, DPIEntities.PHONE);
311
312
final var result = client.chatCompletion(prompt, config.withMaskingConfig(maskingConfig));
313
0 commit comments