@samchon/openapi
Advanced tools
Comparing version 2.0.0-dev.20241123-5 to 2.0.0-dev.20241123-6
@@ -22,3 +22,2 @@ import { OpenApi } from "../OpenApi"; | ||
schema: OpenApi.IJsonSchema.IObject; | ||
$defs: Record<string, ILlmSchemaV3_1>; | ||
config: ILlmSchemaV3_1.IConfig; | ||
@@ -29,3 +28,2 @@ }) => ILlmSchemaV3_1.IParameters | null; | ||
schema: OpenApi.IJsonSchema.IObject; | ||
$defs: Record<string, IChatGptSchema>; | ||
config: IChatGptSchema.IConfig; | ||
@@ -32,0 +30,0 @@ }) => IChatGptSchema.IParameters | null; |
@@ -18,2 +18,3 @@ export * from "./OpenApi"; | ||
export * from "./structures/IGeminiSchema"; | ||
export * from "./structures/ILlmSchema"; | ||
export * from "./structures/ILlmSchemaV3"; | ||
@@ -20,0 +21,0 @@ export * from "./structures/ILlmSchemaV3_1"; |
@@ -43,2 +43,3 @@ "use strict"; | ||
__exportStar(require("./structures/IGeminiSchema"), exports); | ||
__exportStar(require("./structures/ILlmSchema"), exports); | ||
__exportStar(require("./structures/ILlmSchemaV3"), exports); | ||
@@ -45,0 +46,0 @@ __exportStar(require("./structures/ILlmSchemaV3_1"), exports); |
{ | ||
"name": "@samchon/openapi", | ||
"version": "2.0.0-dev.20241123-5", | ||
"version": "2.0.0-dev.20241123-6", | ||
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -46,7 +46,8 @@ > ## Next version is coming. | ||
- ✔️[`IChatGptSchema`](https://github.com/samchon/openapi/blob/master/src/structures/IChatGptSchema.ts): OpenAI ChatGPT | ||
- ✍️`IClaudeSchema`: Anthropic Claude | ||
- ✔️[`IGeminiSchema`](https://github.com/samchon/openapi/blob/master/src/structures/IGeminiSchema.ts): Google Gemini | ||
- ✍️`ILlamaSchema`: Meta (Facebook) Llama | ||
- ✍️`IClaudeSchema`: Anthropic Claude | ||
- ✔️[`ILlmSchemaV3`](https://github.com/samchon/openapi/blob/master/src/structures/ILlmSchemaV3.ts): middle layer of OpenAPI v3.0 | ||
- ✔️[`ILlmSchemaV3_1`](https://github.com/samchon/openapi/blob/master/src/structures/ILlmSchemaV3_1.ts): middle layer of OpenAPI v3.1 | ||
- Midldle layer schemas | ||
- ✔️[`ILlmSchemaV3`](https://github.com/samchon/openapi/blob/master/src/structures/ILlmSchemaV3.ts): middle layer based on OpenAPI v3.0 specification | ||
- ✔️[`ILlmSchemaV3_1`](https://github.com/samchon/openapi/blob/master/src/structures/ILlmSchemaV3_1.ts): middle layer based on OpenAPI v3.1 specification | ||
@@ -53,0 +54,0 @@ > [!TIP] |
@@ -45,3 +45,2 @@ import { OpenApi } from "../OpenApi"; | ||
schema: OpenApi.IJsonSchema.IObject; | ||
$defs: Record<string, ILlmSchemaV3_1>; | ||
config: ILlmSchemaV3_1.IConfig; | ||
@@ -57,3 +56,2 @@ }) => | ||
schema: OpenApi.IJsonSchema.IObject; | ||
$defs: Record<string, IChatGptSchema>; | ||
config: IChatGptSchema.IConfig; | ||
@@ -60,0 +58,0 @@ }) => |
@@ -33,2 +33,3 @@ //---- | ||
export * from "./structures/IGeminiSchema"; | ||
export * from "./structures/ILlmSchema"; | ||
export * from "./structures/ILlmSchemaV3"; | ||
@@ -35,0 +36,0 @@ export * from "./structures/ILlmSchemaV3_1"; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
430
1585099
27499