From 16a8c64b569b280100a1a48f7fd4a9627efbd341 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sun, 25 Jun 2023 23:20:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=BC=8F=E4=BA=86=E4=B8=80=E4=B8=AAtool?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/chat.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/chat.js b/apps/chat.js index f707777..d142dcf 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -1978,7 +1978,8 @@ export class chatgpt extends plugin { new SerpTool(), new TTSTool(), new ProcessPictureTool(), - new APTool() + new APTool(), + new QueryGenshinTool() ] // todo 3.0再重构tool的插拔和管理 let tools = [