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

Only one object typed parameter in typia.llm.application() function. #1391

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

samchon
Copy link
Owner

@samchon samchon commented Nov 27, 2024

This pull request includes several changes to update package versions, improve type definitions, and enhance validation logic. The most important changes include updating the versions in package.json files, modifying type definitions in src/llm.ts, and enhancing validation logic in src/programmers/llm.

Version Updates:

  • Updated the version in package.json of typia and typescript-json to 7.0.0-dev.20241127-6. [1] [2] [3]

Type Definition Improvements:

  • Changed type definitions in src/llm.ts to use Record<string, any> instead of object for better type safety. [1] [2]
  • Updated documentation in src/llm.ts to include references to specific LLM schemas and improved descriptions. [1] [2] [3]

Validation Logic Enhancements:

  • Enhanced the validation logic in LlmApplicationProgrammer to include additional checks for function parameters and return types. [1] [2]
  • Added checks in LlmParametersProgrammer to ensure parameters do not have dynamic keys and are non-nullable.

Test and Schema Adjustments:

@samchon samchon added the enhancement New feature or request label Nov 27, 2024
@samchon samchon self-assigned this Nov 27, 2024
Copy link

pkg-pr-new bot commented Nov 27, 2024

Open in Stackblitz

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

commit: 83708b7

Copy link

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

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 3.91 MB samchon

View full report↗︎

@samchon samchon merged commit 0abfde0 into v7.0 Nov 27, 2024
9 checks passed
@samchon samchon deleted the feat/llm-app branch November 27, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant