Echo
echoValidates input text and returns the validated text together with its Unicode character count.
Instructions
Return validated text and its Unicode character count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| characterCount | Yes |