A volunteer rescue-squad after-action helper must strip patient names and phone numbers from generated summaries. Which layer should do that work?
Select an answer to reveal the explanation.
Short Explanation
Think of stripping patient names and phones from after-action summaries. Do that at the application safety layer with a PII filter. Retraining the model to hide secrets is the wrong shop.
Full Explanation
Sensitive fields should be redacted at the application safety layer, not by retraining a model to hide secrets. Leaving the fields in, or using a dashboard, is not that control.