From 592e18494b39576dfc9f5566569c531c510e2b36 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sat, 24 Jun 2023 12:54:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=A0=E4=B8=80=E5=8F=A5=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/tools/SerpGoogleTool.js | 2 +- utils/tools/SerpTool.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/tools/SerpGoogleTool.js b/utils/tools/SerpGoogleTool.js index 6c67a3a..f95e038 100644 --- a/utils/tools/SerpGoogleTool.js +++ b/utils/tools/SerpGoogleTool.js @@ -26,5 +26,5 @@ export class SerpGoogleTool extends AbstractTool { return `the search results are here in json format:\n${JSON.stringify(res)}` } - description = 'Useful when you want to search something from the internet. If you don\'t know much about the user\'s question, just search about it!' + description = 'Useful when you want to search something from the internet. If you don\'t know much about the user\'s question, just search about it! If you want to know details of a result, you can use website tool' } diff --git a/utils/tools/SerpTool.js b/utils/tools/SerpTool.js index af579ea..370a7fa 100644 --- a/utils/tools/SerpTool.js +++ b/utils/tools/SerpTool.js @@ -36,5 +36,5 @@ export class SerpTool extends AbstractTool { return `the search results are here in json format:\n${JSON.stringify(res)}` } - description = 'Useful when you want to search something from the internet. If you don\'t know much about the user\'s question, just search about it!' + description = 'Useful when you want to search something from the internet. If you don\'t know much about the user\'s question, just search about it! If you want to know details of a result, you can use website tool' }