unmask_text
Restore original sensitive values by replacing masked tokens like [PESEL:1] with actual data using the session ID from mask_text.
Instructions
Restore original sensitive values in text that was previously masked by mask_text.
Replaces tokens like [PESEL:1], [PERSON:2] with the original values stored in the session identified by session_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text containing [TAG:N] tokens to restore | |
| session_id | Yes | The session_id returned by mask_text |