-
-
Notifications
You must be signed in to change notification settings - Fork 80
[Subtask]: Remove PII / Anonymize Email #372
Copy link
Copy link
Open
Labels
cat:codedevelop, automate, debug, implement featuresdevelop, automate, debug, implement featureshelp wantedOpen to participation from the communityOpen to participation from the communitypythonPull requests that update python codePull requests that update python code
Metadata
Metadata
Assignees
Labels
cat:codedevelop, automate, debug, implement featuresdevelop, automate, debug, implement featureshelp wantedOpen to participation from the communityOpen to participation from the communitypythonPull requests that update python codePull requests that update python code
Type
Projects
Status
Backlog
Is there a pain point in the app driving this feature request?
The content being parsed by LLM should be anonymized, no PII (no first last name, no email addresses, no LinkedIn urls) to protect users and also increase the reliability of model responses
Desired Behavior
Given a response from the Gmail API for a specific message ID, create a function to be able to anonymize the message
Add unit test(s)
Criteria for Completion