mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: adjust tools
This commit is contained in:
parent
d96349dde3
commit
b486b45f44
2 changed files with 44 additions and 43 deletions
|
|
@ -34,7 +34,7 @@ export class SerpIkechan8370Tool extends AbstractTool {
|
|||
res?.forEach(r => {
|
||||
delete r?.rank
|
||||
})
|
||||
return `the search results are here in json format:\n${JSON.stringify(res)}`
|
||||
return `the search results are here in json format:\n${JSON.stringify(res)} \n(Notice that these information are only available for you, the user cannot see them, you next answer should consider about the information)`
|
||||
}
|
||||
|
||||
description = 'Useful when you want to search something from the Internet. If you don\'t know much about the user\'s question, prefer to search about it! If you want to know further details of a result, you can use website tool'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue