format_format_truncate
Truncate text to a specified maximum character length, appending an optional suffix (default '…') when the text exceeds the limit.
Instructions
[format] Truncate text to max_length, appending suffix (default '…').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| max_length | No | ||
| suffix | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |