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

New decorator @HumanRoute(). #1164

Merged
merged 1 commit into from
Dec 18, 2024
Merged

New decorator @HumanRoute(). #1164

merged 1 commit into from
Dec 18, 2024

Conversation

samchon
Copy link
Owner

@samchon samchon commented Dec 18, 2024

A new decorator excluding an API operation from LLM function calling application composing.


This pull request introduces a new decorator for marking APIs as human-only, updates the module exports to include this new decorator, and adds extensive test configurations and mock implementations for various API functionalities. The most important changes include the addition of the HumanRoute decorator, updates to the module exports, and the creation of new test configurations and mock implementations.

New Decorator Addition:

Module Export Updates:

Test Configurations and Mock Implementations:

These changes enhance the API's functionality by clearly distinguishing human-only routes, updating module exports, and providing comprehensive test setups and mock implementations for better testing and development workflows.

A new decorator excluding an API operation from LLM function calling application composing.
@samchon samchon added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 18, 2024
@samchon samchon self-assigned this Dec 18, 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 8bd98c8 into master Dec 18, 2024
5 checks passed
@samchon samchon deleted the feat/human branch December 18, 2024 09:02
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