Agent Node Docs

Binary Converter Tool Node

Converts text to binary or binary to text

Binary Converter Tool Node

The Binary Converter Node is responsible for converts text to binary or binary to text. This node allows the agent to provide informative data directly sourced from Binary Converter.

Input Parameters

  • text: The text or binary string to convert.
  • mode: The conversion mode ('encode' for text to binary, 'decode' for binary to text). Defaults to 'encode'.

Output

dict: A dictionary containing the converted result.

Binary Converter Tool Node