feat: add a tool

This commit is contained in:
ikechan8370 2023-06-25 23:18:54 +08:00
parent 87182f1a1f
commit ced2b4eeb6
2 changed files with 41 additions and 0 deletions

View file

@ -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(),