capitalize_text
Capitalizes the first letter of each sentence in the input text, fixing inconsistent or lowercased sentence starts.
Instructions
Capitalize the first letter of each sentence in text.
Parameters:
text — Text to capitalize.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |