format_format_number
Format numbers with customizable thousands separators and decimal places for improved readability in AI applications.
Instructions
[format] Format with thousands separators: 1234567.89 → '1,234,567.89'.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| decimals | No | ||
| thousands_sep | No | ||
| decimal_sep | No |