Skip to content

Commit

Permalink
Update adapter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Dec 7, 2023
1 parent 5b7c7f5 commit 1200a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh-CN/manual/usage/adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

首先点击屏幕左上角的「添加用户」来创建一个虚拟用户 (通常第一位虚拟用户的名字会是 Alice),此时屏幕右侧会出现空白的聊天界面。点击屏幕下方的对话框,输入「help」,并按回车键发送。你会立即在聊天界面中看到机器人的回复,列出了包括 `echo``help` 在内的所有可用的指令,这便是 `help` 这个内置指令的功能。

这里的 `echo` 就是我们刚刚安装的插件,它的功能是将用户的输入原样返回。让我们现在尝试一下:输入「echo 你好」,并按回车键发送。你会看到机器人的回复是「你好」。
可以看到,这里的 `echo` 就是我们刚刚安装的插件,它的功能是将用户的输入原样返回。让我们现在尝试一下:输入「echo 你好」,并按回车键发送。你会看到机器人的回复是「你好」。

![sandbox](/manual/console/sandbox.light.webp) {.light-only}

Expand Down

0 comments on commit 1200a18

Please sign in to comment.