convert_temperature
Convert temperature values between Celsius, Fahrenheit, and Kelvin. Provide a numeric value, the source unit, and the target unit.
Instructions
Convert between temperature units (C, F, K).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| from | Yes | ||
| to | Yes |