Skip to content
New issue

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

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

Already on GitHub? # to your account

ChatGptSchemaComposer.separateParameters added new property convention #146

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

samchon
Copy link
Owner

@samchon samchon commented Feb 26, 2025

This pull request includes several changes to the ChatGptSchemaComposer, ClaudeSchemaComposer, LlamaSchemaComposer, and LlmSchemaV3_1Composer files, as well as updates to the NamingConvention utility. The main focus of these changes is the addition of a convention parameter to various functions to handle naming conventions more effectively.

Key changes include:

General Enhancements:

  • Added NamingConvention import to ChatGptSchemaComposer, LlamaSchemaComposer, and LlmSchemaV3_1Composer files to handle naming conventions. [1] [2]

Function Parameter Updates:

  • Added an optional convention parameter to the separateParameters function in ChatGptSchemaComposer, ClaudeSchemaComposer, LlamaSchemaComposer, and LlmSchemaV3_1Composer to customize naming conventions. [1] [2] [3] [4]

Internal Function Updates:

  • Updated internal functions like separateStation, separateObject, separateArray, and separateReference in ChatGptSchemaComposer and LlmSchemaV3_1Composer to use the new convention parameter. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]

Utility Function:

  • Exported the capitalize function in NamingConvention to make it available for use in other modules.

Version Update:

  • Updated the version in package.json from 2.5.2 to 2.5.3.

@samchon samchon added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 26, 2025
@samchon samchon self-assigned this Feb 26, 2025
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 166da4b into master Feb 26, 2025
4 checks passed
@samchon samchon deleted the feat/convention branch February 26, 2025 10:15
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant