mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +00:00
更新了
代码执行工具()
This commit is contained in:
parent
d0d78113bc
commit
311146b251
2 changed files with 214 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue