sanitize_content
Redacts secrets and personally identifiable information (PII) from text, replacing them with [REDACTED_TYPE] tokens. Use to prepare file contents before including in prompts or outputs.
Instructions
Sanitize content by redacting secrets and PII.
Use this before including file contents in prompts or outputs. Replaces sensitive data with [REDACTED_TYPE] tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Text content to sanitize. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||