Skip to content
3 changes: 3 additions & 0 deletions apps/api/src/handlers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ export { trpc } from './trpc';
export { mcp } from './mcp';
export { mcpRouting } from './mcp/routing';

// inference gateway
export { inference } from './inference';

// task runs
export { taskRunsRouter } from './task-runs';

Expand Down
308 changes: 308 additions & 0 deletions apps/api/src/handlers/inference/__tests__/inference-gateway.test.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading