mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
feat: add a tool
This commit is contained in:
parent
87182f1a1f
commit
ced2b4eeb6
2 changed files with 41 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ import { ImageCaptionTool } from '../utils/tools/ImageCaptionTool.js'
|
|||
import { TTSTool } from '../utils/tools/TTSTool.js'
|
||||
import { ProcessPictureTool } from '../utils/tools/ProcessPictureTool.js'
|
||||
import { APTool } from '../utils/tools/APTool.js'
|
||||
import {QueryGenshinTool} from "../utils/tools/QueryGenshinTool.js";
|
||||
try {
|
||||
await import('emoji-strip')
|
||||
} catch (err) {
|
||||
|
|
@ -1985,6 +1986,7 @@ export class chatgpt extends plugin {
|
|||
// new SendDiceTool(),
|
||||
new EditCardTool(),
|
||||
new QueryStarRailTool(),
|
||||
new QueryGenshinTool(),
|
||||
new WebsiteTool(),
|
||||
new JinyanTool(),
|
||||
new KickOutTool(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue