echo
Echoes the input message back to the user, enabling quick verification that the server is reachable and responding correctly.
Instructions
Echoes the input message back to the user.
Args:
message (str): The message to echo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes |