Skip to content

Commit

Permalink
🐛 remove vm2 for javascroptInerpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannLai committed Jun 27, 2023
1 parent 2b7ccc2 commit 82cb106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ export { createGoogleCustomSearch } from './tools/googleCustomSearch';
export { createClock } from './tools/clock';
export { createWebBrowser } from './tools/webbrowser';
export { createReadFileTool, createWriteFileTool } from './tools/fs';
export { createJavaScriptInterpreter } from './tools/javaScriptInterpreter';
// export { createJavaScriptInterpreter } from './tools/javaScriptInterpreter';
export { createAIPlugin } from './tools/aiplugin';
export { createRequest } from './tools/request';
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.1",
"description": "OpenAI Function calling tools",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/cjs/index.d.ts",
"files": [
"dist",
Expand Down

0 comments on commit 82cb106

Please sign in to comment.