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 ad61dc5 commit 22d478fCopy full SHA for 22d478f
docs/guides/ORCHESTRATION_CHAT_COMPLETION.md
@@ -185,7 +185,7 @@ Use the data masking module to anonymize personal information in the input:
185
186
```java
187
var maskingConfig =
188
- DpiMasking.anonymization().withEntities(DPIEntities.PERSON, DPIEntities.EMAIL);
+ DpiMasking.anonymization().withEntities(DPIEntities.PHONE, DPIEntities.PERSON);
189
var configWithMasking = config.withMaskingConfig(maskingConfig);
190
191
var systemMessage = ChatMessage.create()
0 commit comments