更新了

代码执行工具()
This commit is contained in:
gaoao-3 2025-01-03 11:12:19 +08:00
parent d0d78113bc
commit 311146b251
2 changed files with 214 additions and 0 deletions

View file

@ -20,6 +20,7 @@ import { SerpTool } from '../utils/tools/SerpTool.js'
import { SendMessageToSpecificGroupOrUserTool } from '../utils/tools/SendMessageToSpecificGroupOrUserTool.js'
import { GoogleSearchTool } from '../utils/tools/GoogleSearchTool.js'
import { UrlExtractionTool } from '../utils/tools/UrlExtractionTool.js'
import { CodeExecutionTool } from '../utils/tools/CodeExecutionTool.js'
export class bym extends plugin {
constructor () {
@ -121,6 +122,7 @@ export class bym extends plugin {
new SendPictureTool(),
new GoogleSearchTool(),
new UrlExtractionTool(),
new CodeExecutionTool(),
new WebsiteTool(),
new WeatherTool(),
new SendMessageToSpecificGroupOrUserTool()