docs: 优化关闭流式响应时不能使用对话模式的提示语

This commit is contained in:
WJG 2024-06-19 21:33:34 +08:00
parent 974fbbf653
commit 02114694ea
No known key found for this signature in database
GPG Key ID: 258474EF8590014A

View File

@ -140,7 +140,7 @@ export class AISpeaker extends Speaker {
async enterKeepAlive() { async enterKeepAlive() {
if (!this.streamResponse) { if (!this.streamResponse) {
await this.response({ text: "流式响应已关闭,无法进入唤醒模式" }); await this.response({ text: "您已关闭流式响应(streamResponse),无法使用连续对话模式" });
return; return;
} }
// 回应 // 回应