feat: add JSON schema conversion methods and update route handling
This commit is contained in:
@@ -8,7 +8,7 @@ export type { RouteContext, RouteOpts, RouteMiddleware } from './route.ts';
|
||||
|
||||
export type { Run, Skill } from './route.ts';
|
||||
|
||||
export { createSkill, tool } from './route.ts';
|
||||
export { createSkill, tool, fromJSONSchema, toJSONSchema } from './route.ts';
|
||||
|
||||
export { CustomError } from './result/error.ts';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user