Customisable data protection that allows users to configure regex patterns to detect and safeguard sensitive entities across all AI interactions.
ACC-\d{4}-\d{4}-\d{4}
for account numbersREF-[A-Z]{2}\d{6}
Note: The steps below guide you through configuring the Custom Data Protection Filter using the Guardrail Setup.
ACC-\d{4}-\d{4}-\d{4}
).^
and end with $
for exact matches*?
instead of *
when appropriate(?:...)
when you don’t need to capture