check_compatibility
Verifies whether two units measure the same physical quantity, enabling valid conversions between them.
Instructions
Check if two units are dimensionally compatible (i.e., can be converted).
Returns whether the units share the same physical dimension.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_a | Yes | ||
| unit_b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_a | Yes | ||
| unit_b | Yes | ||
| compatible | Yes | ||
| explanation | Yes | ||
| dimensionality_a | Yes | ||
| dimensionality_b | Yes |