UNPKG

@samchon/openapi

Version:

Universal OpenAPI to LLM function calling schemas. Transform any Swagger/OpenAPI document into type-safe schemas for OpenAI, Claude, Qwen, and more.

30 lines (29 loc) 1.2 kB
export * from "./OpenApi"; export * from "./SwaggerV2"; export * from "./OpenApiV3"; export * from "./OpenApiV3_1"; export * from "./structures/IJsonSchemaAttribute"; export * from "./utils/OpenApiTypeChecker"; export * from "./structures/IHttpMigrateApplication"; export * from "./structures/IHttpMigrateRoute"; export * from "./structures/IHttpConnection"; export * from "./structures/IHttpResponse"; export * from "./http/HttpError"; export * from "./HttpMigration"; export * from "./structures/IHttpLlmController"; export * from "./structures/IHttpLlmApplication"; export * from "./structures/IHttpLlmFunction"; export * from "./structures/ILlmController"; export * from "./structures/ILlmFunction"; export * from "./structures/ILlmApplication"; export * from "./structures/IMcpLlmApplication"; export * from "./structures/IMcpLlmController"; export * from "./structures/IMcpLlmFunction"; export * from "./structures/IMcpTool"; export * from "./structures/ILlmSchema"; export * from "./structures/IOpenApiSchemaError"; export * from "./structures/IResult"; export * from "./structures/IValidation"; export * from "./HttpLlm"; export * from "./McpLlm"; export * from "./utils/LlmTypeChecker";