The Base64 Node is responsible for encodes or decodes text using base64. This node allows the agent to provide informative data directly sourced from Base64.
Input Parameters
- text: The text to encode or decode.
- mode: The mode ('encode' or 'decode'). Defaults to 'encode'.
Output
dict: A dictionary containing the result.
