redact_suggest
Detect protected health information in raw text and return a redacted version. Provide a safe alternative for logs, prompts, or error messages before sharing.
Instructions
Given a raw text snippet (a log line, a prompt, an error message), detect PHI-shaped values and return a redacted version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Raw text that may contain PHI |