convert_temperature
Convert temperature values between Celsius and Fahrenheit. Specify the value, source unit, and target unit to get the converted result.
Instructions
Convert between Celsius (C) and Fahrenheit (F) temperatures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Temperature value to convert | |
| from_unit | Yes | Source temperature unit (C or F) | |
| to_unit | Yes | Target temperature unit (C or F) |