Agent Node Docs

Unit Converter Tool Node

Converts between common units (length, weight, temperature)

Unit Converter Tool Node

The Unit Converter Node is responsible for converts between common units (length, weight, temperature). This node allows the agent to provide informative data directly sourced from Unit Converter.

Supported: Length: m, km, mi, ft Weight: kg, lb Temperature: C, F

Input Parameters

  • value: The value to convert.
  • from_unit: The source unit.
  • to_unit: The target unit.

Output

dict: A dictionary containing the converted value.

Unit Converter Tool Node