format_format_pad
Pad text to a specified width with alignment options (left, right, center) and custom fill characters for consistent formatting in AI applications.
Instructions
[format] Pad text to width. align: left/right/center.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| width | Yes | ||
| align | No | ||
| fill | No |