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 ILlmFunction.parameters.description problem. #1442

Merged
merged 2 commits into from
Dec 22, 2024
Merged

Fix ILlmFunction.parameters.description problem. #1442

merged 2 commits into from
Dec 22, 2024

Conversation

samchon
Copy link
Owner

@samchon samchon commented Dec 22, 2024

typia.llm.application<App, Model>() function had not filled ILlmFunction.parameters.description property.

This PR fixes it including the typia.llm.applicationOfValidate<App, Model>() function case.


This pull request includes updates to the typia package and enhancements to the LLM application programmer. The most important changes include a version update in the package.json, improvements to the schema handling in the LLM application programmer, and the addition of a new test case for function parameter descriptions.

Package Update:

Enhancements to LLM Application Programmer:

Test Case Addition:

Code Removal:

`typia.llm.application<App, Model>()` function had not filled `ILlmFunction.parameters.description` property. This PR fixes it including the `typia.llm.applicationOfValidate<App, Model>()` function case.
@samchon samchon added bug Something isn't working enhancement New feature or request labels Dec 22, 2024
@samchon samchon self-assigned this Dec 22, 2024
Copy link

pkg-pr-new bot commented Dec 22, 2024

Open in Stackblitz

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

commit: 8208b96

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 a11ce3d into master Dec 22, 2024
9 checks passed
@samchon samchon deleted the feat/llm branch December 22, 2024 16:51
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