sanitize-text
Remove sensitive information, normalize formatting, and preprocess prompts for safety and structure using a configurable LLM-powered tool. Supports code and general modes for tailored sanitization.
Instructions
Alias of cleaner. Keywords: sanitize, scrub, redact, filter, pii, normalize, preprocess. Same input/output schema as 'cleaner'.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mode | No | Retouching mode; default 'general'. Use 'code' only for code-related prompts. | |
prompt | Yes | Raw user prompt | |
temperature | No | Sampling temperature (0-2); default 0.2 |