Skip to content

Commit 22d478f

Browse files
Fix docs
1 parent ad61dc5 commit 22d478f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/ORCHESTRATION_CHAT_COMPLETION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Use the data masking module to anonymize personal information in the input:
185185

186186
```java
187187
var maskingConfig =
188-
DpiMasking.anonymization().withEntities(DPIEntities.PERSON, DPIEntities.EMAIL);
188+
DpiMasking.anonymization().withEntities(DPIEntities.PHONE, DPIEntities.PERSON);
189189
var configWithMasking = config.withMaskingConfig(maskingConfig);
190190

191191
var systemMessage = ChatMessage.create()

0 commit comments

Comments
 (0)