Files
sim/tools/function/index.ts

5 lines
162 B
TypeScript

import { functionExecuteTool } from './execute'
import { webcontainerExecuteTool } from './webcontainer'
export { functionExecuteTool, webcontainerExecuteTool }