mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 漏了一个tool
This commit is contained in:
parent
d3cc6e4679
commit
16a8c64b56
1 changed files with 2 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue