@samchon/openapi
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -176,3 +176,2 @@ "use strict"; | ||
name: props.route.accessor.join("_"), | ||
strict: true, | ||
parameters: parameters, | ||
@@ -179,0 +178,0 @@ separated: props.options.separate |
@@ -99,10 +99,2 @@ import { OpenApi } from "../OpenApi"; | ||
/** | ||
* Whether the function schema types are strict or not. | ||
* | ||
* Newly added specification to "OpenAI" at 2024-08-07. | ||
* | ||
* @reference https://openai.com/index/introducing-structured-outputs-in-the-api/ | ||
*/ | ||
strict: true; | ||
/** | ||
* List of parameter types. | ||
@@ -109,0 +101,0 @@ * |
@@ -45,10 +45,2 @@ import { ILlmSchema } from "./ILlmSchema"; | ||
/** | ||
* Whether the function schema types are strict or not. | ||
* | ||
* Newly added specification to "OpenAI" at 2024-08-07. | ||
* | ||
* @reference https://openai.com/index/introducing-structured-outputs-in-the-api/ | ||
*/ | ||
strict: true; | ||
/** | ||
* Description of the function. | ||
@@ -55,0 +47,0 @@ * |
{ | ||
"name": "@samchon/openapi", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -350,3 +350,2 @@ # `@samchon/openapi` | ||
parameters: func.parameters as Record<string, any>, | ||
strict: true, | ||
}, | ||
@@ -353,0 +352,0 @@ }, |
@@ -193,3 +193,2 @@ import { OpenApi } from "../OpenApi"; | ||
name: props.route.accessor.join("_"), | ||
strict: true, | ||
parameters, | ||
@@ -196,0 +195,0 @@ separated: props.options.separate |
@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi"; |
@@ -0,0 +0,0 @@ import { IChatGptSchema } from "../structures/IChatGptSchema"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi"; |
@@ -0,0 +0,0 @@ import { IHttpMigrateRoute } from "../../structures/IHttpMigrateRoute"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi"; |
@@ -0,0 +0,0 @@ import type { HttpLlm } from "../HttpLlm"; |
@@ -0,0 +0,0 @@ import { HttpMigration } from "./HttpMigration"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "./OpenApi"; |
@@ -0,0 +0,0 @@ //---- |
@@ -0,0 +0,0 @@ import { OpenApiV3 } from "./OpenApiV3"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { ILlmSchemaV3_1 } from "./ILlmSchemaV3_1"; |
@@ -0,0 +0,0 @@ /// <reference lib="dom" /> |
@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi"; |
@@ -103,11 +103,2 @@ import { OpenApi } from "../OpenApi"; | ||
/** | ||
* Whether the function schema types are strict or not. | ||
* | ||
* Newly added specification to "OpenAI" at 2024-08-07. | ||
* | ||
* @reference https://openai.com/index/introducing-structured-outputs-in-the-api/ | ||
*/ | ||
strict: true; | ||
/** | ||
* List of parameter types. | ||
@@ -114,0 +105,0 @@ * |
@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi"; |
@@ -0,0 +0,0 @@ import { ILlmSchemaV3_1 } from "./ILlmSchemaV3_1"; |
@@ -0,0 +0,0 @@ import { IGeminiSchema } from "./IGeminiSchema"; |
@@ -50,11 +50,2 @@ import { ILlmSchema } from "./ILlmSchema"; | ||
/** | ||
* Whether the function schema types are strict or not. | ||
* | ||
* Newly added specification to "OpenAI" at 2024-08-07. | ||
* | ||
* @reference https://openai.com/index/introducing-structured-outputs-in-the-api/ | ||
*/ | ||
strict: true; | ||
/** | ||
* Description of the function. | ||
@@ -61,0 +52,0 @@ * |
@@ -0,0 +0,0 @@ import { IChatGptSchema } from "./IChatGptSchema"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ export namespace AccessorUtil { |
@@ -0,0 +0,0 @@ import { IChatGptSchema } from "../structures/IChatGptSchema"; |
@@ -0,0 +0,0 @@ import { NamingConvention } from "./NamingConvention"; |
@@ -0,0 +0,0 @@ import { IGeminiSchema } from "../structures/IGeminiSchema"; |
@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi"; |
@@ -0,0 +0,0 @@ import { ILlmFunction } from "../structures/ILlmFunction"; |
@@ -0,0 +0,0 @@ import { ILlmSchemaV3_1 } from "../structures/ILlmSchemaV3_1"; |
@@ -0,0 +0,0 @@ import { ILlmSchemaV3 } from "../structures/ILlmSchemaV3"; |
@@ -0,0 +0,0 @@ export namespace NamingConvention { |
@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
1733772
30712
493