critical_detokenize
Recover plaintext values from critical tokens. Accepts only valid critical tokens; fails for mixed inputs.
Instructions
Detokenize critical tokens to recover plaintext values.
Fails if any value in tokens is not a valid critical token
(format: token_XXXX..., 64+ chars). For mixed inputs (tokens
and non-tokens), use critical_partial_detokenize instead.
Maximum 1024 values per call. Tokens are case-sensitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokens | Yes | Dict mapping user-defined keys to critical tokens (e.g. {"ssn": "token_abc123...", "email": "token_xyz456..."}). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||