wrap_text
Wrap text to a specified maximum line width, defaulting to 80 characters. Formats paragraphs or code for consistent column width.
Instructions
Wrap text to specified line width.
Parameters:
text — Text to wrap.
width — Maximum line width (default: 80).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| width | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |