convert_text
Convert and clean text by applying case changes, stripping whitespace, and removing empty lines.
Instructions
Text format conversion and cleanup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| to_lower | No | ||
| to_upper | No | ||
| strip_whitespace | No | ||
| remove_empty_lines | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |