Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missed LLM type checking cases: tuple type #1160

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Conversation

samchon
Copy link
Owner

@samchon samchon commented Dec 17, 2024

This pull request includes updates to version numbers across multiple package.json files and significant refactoring of the validation logic in the TypedBodyProgrammer, TypedQueryBodyProgrammer, TypedQueryProgrammer, TypedQueryRouteProgrammer, and TypedRouteProgrammer files.

Version Updates:

  • Updated version numbers in package.json files for @nestia/station, @nestia/core, @nestia/fetcher, and @nestia/sdk to 4.4.2. [1] [2] [3] [4]

Refactoring Validation Logic:

  • Removed LlmValidatePredicator and replaced its usage with direct checks on props.context.options.llm in TypedBodyProgrammer, TypedQueryBodyProgrammer, TypedQueryProgrammer, TypedQueryRouteProgrammer, and TypedRouteProgrammer. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17]

Dependency Updates:

  • Updated peer dependencies in package.json files to match the new version 4.4.2-dev.20241217. [1] [2]

@samchon samchon added bug Something isn't working enhancement New feature or request labels Dec 17, 2024
@samchon samchon self-assigned this Dec 17, 2024
Copy link
Owner Author

@samchon samchon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test OK

@samchon samchon merged commit 1c9041a into master Dec 17, 2024
5 checks passed
@samchon samchon deleted the feat/llm-validate branch December 17, 2024 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant