Fix typia.llm.application()
bug of vulnerable nesting.
#1395
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes various updates and improvements to the
typia
project, focusing on version updates, error handling enhancements, and test modifications. The most important changes are grouped by theme and listed below:Version Updates:
package.json
from7.0.0-dev.20241128
to7.0.0-dev.20241129
.@samchon/openapi
inpackage.json
to^2.0.0-dev.20241129-8
.packages/typescript-json/package.json
from7.0.0-dev.20241128
to7.0.0-dev.20241129
.typia
inpackages/typescript-json/package.json
to7.0.0-dev.20241129
.Error Handling Enhancements:
LlmApplicationProgrammer.ts
to improve the debugging process. [1] [2]TransformerError
inLlmParametersProgrammer.ts
andLlmSchemaProgrammer.ts
for more descriptive error reporting. [1] [2] [3] [4] [5] [6]Test Modifications:
test-error/src/llm/llm.application.bigint.ts
andtest-error/src/llm/llm.schema.gemini.ts
. [1] [2]test-error/src/llm/llm.chatgpt.additionalProperties.ts
,test-error/src/llm/llm.gemini.additionalProperties.ts
,test-error/src/llm/llm.gemini.oneOf.ts
,test-error/src/llm/llm.schema.bigint.ts
, andtest-error/src/llm/llm.schema.tuple.ts
. [1] [2] [3] [4] [5]Schema Updates:
test/generate/output/generate_llm.ts
to ensureadditionalProperties
is set tofalse
and removed redundant nested properties. [1] [2] [3] [4] [5] [6] [7] [8] [9]ArrayAny.json
intest/schemas/llm.application/3.0
by removing unnecessary nested properties. [1] [2]