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.
