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' }