reveal_text
Replace masked tokens in LLM responses with original private data from a volatile local RAM session map.
Instructions
Replaces masked tokens (e.g., [EMAIL_1], [API_KEY_1]) in the LLM's response back with the original private data from the local volatile RAM-only session map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The AI generated response containing placeholders to restore. |