format_truncate
Truncate text to a maximum length.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to truncate | |
| length | No | Maximum length | |
| suffix | No | Suffix to add when truncated | ... |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | ||
| output | Yes | ||
| truncated | Yes | ||
| output_length | No | ||
| original_length | No |