critical_partial_detokenize
Detokenize critical tokens while letting non-token values pass through unchanged. Avoids errors when mixed input contains both tokens and plaintext.
Instructions
Detokenize critical tokens, passing non-token values through unchanged.
Unlike critical_detokenize, this does not fail when non-token
values are present. Valid tokens are detokenized; all other values
are returned as-is.
Maximum 1024 values per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | Dict mapping user-defined keys to critical tokens or plaintext strings. Non-token values are passed through (e.g. {"ssn": "token_abc123...", "name": "already-plaintext"}). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||