mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
improvement: added registry for each tools directory for organization
This commit is contained in:
4
tools/function/index.ts
Normal file
4
tools/function/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { functionExecuteTool } from './execute'
|
||||
import { webcontainerExecuteTool } from './webcontainer'
|
||||
|
||||
export { functionExecuteTool, webcontainerExecuteTool }
|
||||
Reference in New Issue
Block a user