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

Block LLM function schema composition by @human tag. #1427

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

samchon
Copy link
Owner

@samchon samchon commented Dec 12, 2024

Follows the samchon/openapi#106 concept.


This pull request includes several changes across multiple files to enhance functionality, improve code quality, and update documentation. The most important changes include adding new features, updating dependencies, and refining validation logic.

New Features and Enhancements:

  • Introduced transformation feature in typia to convert TypeScript types to runtime functions, ensuring type safety and runtime validation.
  • Added a filter option in JsonApplicationProgrammer.write to allow custom filtering of metadata properties. [1] [2]
  • Implemented support for the @human tag to exclude specific functions from LLM applications. [1] [2]

Dependency Updates:

  • Updated version of typia in package.json and typescript-json/package.json to 7.2.1. [1] [2] [3]

Code Quality Improvements:

Documentation Updates:

  • Updated README.md to reflect the new transformation feature and other enhancements.
  • Improved documentation for LLM application function hiding, including the new @human tag. [1] [2]

Miscellaneous:

  • Renamed test/debug.js to test/debug.ts and updated imports to use ES modules.
  • Added a new script to handle issue-specific test cases in test/issue.ts.
  • Updated test/package.json scripts to use TypeScript for debugging and issue handling.
  • Added a new test file for test_issue_openapi_106_human.

These changes collectively improve the functionality, maintainability, and documentation of the project.

@samchon samchon added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 12, 2024
@samchon samchon self-assigned this Dec 12, 2024
Copy link

pkg-pr-new bot commented Dec 12, 2024

Open in Stackblitz

npm i https://pkg.pr.new/typia@1427

commit: 12a2b4c

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

🚮 Removed packages: npm/[email protected]

View full report↗︎

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 88ca453 into master Dec 12, 2024
7 checks passed
@samchon samchon deleted the feat/human branch December 12, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant