fix: 加一句描述

This commit is contained in:
ikechan8370 2023-06-24 12:54:17 +08:00
parent 76008952b5
commit 592e18494b
2 changed files with 2 additions and 2 deletions

View file

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