reverse_string
Reverses any string input, converting it to its reverse order for text processing tasks.
Instructions
Reverse a given string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |