438 B
438 B
TS Server
Skeleton typescript app to support user-defined tool call function. Runs inside Modal container.
Overview
server.ts- node process listening on a unix socketentrypoint.ts- light function that deserializes JSON encoded input string to inputs into user defined functionuser-function.ts- fully defined by the user
Instructions
npm installnpm run buildnpm run startto start the server