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.
Bump up
@samchon/openapi
version, and adapt its function name prohibition rule in the compilation level.This pull request includes several updates to version dependencies and validation logic improvements. The most important changes include version bumps for dependencies and enhancements to the
LlmApplicationProgrammer
validation checks.Version Updates:
package.json
: Updated version from7.4.2
to7.5.0
and bumped@samchon/openapi
dependency from^2.2.1
to^2.3.0
. [1] [2] [3]packages/typescript-json/package.json
: Updated version from7.4.2-dev.20241217
to7.5.0-dev.20241218
and updatedtypia
dependency accordingly. [1] [2]Validation Logic Enhancements:
src/programmers/llm/LlmApplicationProgrammer.ts
: Added new validation checks to ensure names do not start with a number and are alphanumeric with underscores.Test Cases:
test-error/src/llm/llm.application.name.ts
: Added test cases to validate the new name constraints in theLlmApplicationProgrammer
.