clean_normalize_whitespace
Clean and normalize text by collapsing multiple whitespace characters into single spaces to improve readability and processing.
Instructions
Collapse multiple whitespace into single spaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |