Skip to content

Commit

Permalink
Merge branch 'v1.15' into issue_4523
Browse files Browse the repository at this point in the history
  • Loading branch information
hhunter-ms authored Feb 13, 2025
2 parents c112151 + 528c794 commit 18720db
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ 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 the following user information:
- Phone number
- Email address
- IP address
- Street address
- Credit cards
- Social Security number
- ISBN
- Media Access Control (MAC) address
- Secure Hash Algorithm 1 (SHA-1) hex
- SHA-256 hex
- MD5 hex

## Demo

Watch the demo presented during [Diagrid's Dapr v1.15 celebration](https://www.diagrid.io/videos/dapr-1-15-deep-dive) to see how the conversation API works using the .NET SDK.
Expand Down

0 comments on commit 18720db

Please sign in to comment.