echo
Echoes back the input text to test if the server is connected and verify communication.
Instructions
回显输入文本,可用于测试 server 是否连通。
Args: text: 要回显的文本。
Returns: 与输入完全一致的字符串。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |