decodificar_base64
Convert Base64 encoded text to its original form, supporting standard, URL-safe, and padding variations.
Instructions
Decodifica texto en Base64 (soporta standard, URL-safe, con o sin padding).
Args: texto: texto en Base64 a decodificar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texto | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |