conversion_bytes_to_human
Converts a byte count into a human-readable string such as '1.00 KB' for clear file size display.
Instructions
Convert a byte count to a human-readable string (e.g., '1.00 KB').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bytes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |