mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-23 05:47:59 -05:00
5 lines
162 B
TypeScript
5 lines
162 B
TypeScript
import { functionExecuteTool } from './execute'
|
|
import { webcontainerExecuteTool } from './webcontainer'
|
|
|
|
export { functionExecuteTool, webcontainerExecuteTool }
|