format_format_truncate
Truncate text to a specified maximum length and append a custom suffix to indicate truncation.
Instructions
[format] Truncate text to max_length, appending suffix (default '…').
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| max_length | No | ||
| suffix | No |