From c246de71a94931a50badb29f52b4582e12646eb0 Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Sat, 24 Aug 2024 17:18:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=9F=20feat:=20`#linux`=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E6=B7=BB=E5=8A=A0AI=E5=8A=9F=E8=83=BD=E8=87=AA?= =?UTF-8?q?=E5=AD=A6=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/query.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/query.js b/apps/query.js index fad7bd7..fb83a2e 100644 --- a/apps/query.js +++ b/apps/query.js @@ -328,7 +328,7 @@ export class query extends plugin { const Msg = await Bot.makeForwardMsg(textArrayToMakeForward(e, [`「R插件 x ${ model }」联合为您总结内容:`, kimiAns])); await e.reply(Msg); // 提取AI返回的内容并进行解析 - if (linuxOrderData.content.trim() === '') { + if (linuxInRedis[order].content.trim() === '') { const parsedData = this.parseAiResponse(order, kimiAns); await redisExistAndUpdateObject(REDIS_YUNZAI_LINUX, order, parsedData); e.reply(`已重新学习命令 ${ order } 的用法,当前已经更新功能为:${ parsedData.content }`);