mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
5 lines
162 B
TypeScript
5 lines
162 B
TypeScript
import { functionExecuteTool } from './execute'
|
|
import { webcontainerExecuteTool } from './webcontainer'
|
|
|
|
export { functionExecuteTool, webcontainerExecuteTool }
|