Update conversation-overview.md

Updated PII data being obfuscated
This commit is contained in:
Yaron Schneider 2025-02-12 15:40:29 -08:00 committed by GitHub
parent 68ddec0646
commit d26042ff23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 1 deletions

View File

@ -32,10 +32,18 @@ Prompt caching optimizes performance by storing and reusing prompts that are oft
The PII obfuscation feature identifies and removes any form of sensitve user information from a conversation response. Simply enable PII obfuscation on input and output data to protect your privacy and scrub sensitive details that could be used to identify an individual.
The PII scrubber obfuscates user information such as:
The PII scrubber obfuscates the following user information:
- Phone numbers
- Email addresses
- IP address
- Street Address
- Credit Cards
- SSN
- ISBN
- Mac Address
- SHA1 Hex
- SHA256 Hex
- MD5 Hex
## Demo