Exact LLM schema types even in the generation mode. #1387
Merged
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 updates to dependencies, version numbers, and changes to the use of types in the codebase. The most significant changes involve the transition from
ILlmApplication
toILlmSchema
across various files, refining the type handling and improving the code structure.Dependency and Version Updates:
package.json
andpackages/typescript-json/package.json
to7.0.0-dev.20241127
and updated the@samchon/openapi
dependency to^2.0.0-dev.20241127
. [1] [2] [3] [4]Type Changes:
ILlmApplication
withILlmSchema
in multiple files to update type references and ensure consistency. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22]Code Refinements:
ImportProgrammer.ts
by considering the alias condition.JsonSchemasTransformer.ts
andLlmApplicationTransformer.ts
to usecreateAsExpression
for better type safety. [1] [2]