reveal_text
Restores original private data by replacing masked tokens in AI responses using the local volatile 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The detokenized text with original values restored. |