Skip to content

Commit 2c5dc23

Browse files
committed
Updating javadoc of maskingRegex() function.
1 parent ac1c152 commit 2c5dc23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/services/OrchestrationService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ public OrchestrationChatResponse maskingAnonymization(@Nonnull final DPIEntities
279279
}
280280

281281
/**
282-
* Let the LLM respond with a masked repeated phrase of patient IDs.
282+
* Let the LLM respond with a masked repeated phrase of patient ID. It could be called multiple
283+
* times and each call adds to an internal collection of masked patient IDs.
283284
*
284285
* @link <a
285286
* href="https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/data-masking">SAP AI

0 commit comments

Comments
 (0)