Release date 2025/10/01
Feature
-
Added support for sanitizing LLM responses.
-
Added a
block_if_detected
option to reject requests containing PII data instead of sanitizing them. Whenblock_if_detected
is enabled, requests with detected PII will be blocked with a 400 response containing details about the identified PII types and count.
Bugfix
-
Fixed an issue where responses could not be redacted correctly when there were multiple redact texts of different lengths sharing the same prefix.