Agent Node Docs

Base64 Tool Node

Encodes or decodes text using Base64

Base64 Tool Node

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.

Base64 Tool Node