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

Removing finish reason. #35

Merged
merged 2 commits into from
Jun 4, 2024
Merged

Conversation

glecaros
Copy link
Member

@glecaros glecaros commented Jun 4, 2024

This pull request primarily involves the removal of the AIChatFinishReason type and its usages across multiple files. This type was previously used to denote the reason for the completion of a chat, but it seems that this functionality is no longer needed.

Here are the most important changes:

Removal of AIChatFinishReason from exports and imports:

Removal of AIChatFinishReason from type definitions and interfaces:

Removal of AIChatFinishReason from function implementations:

These changes simplify the codebase by removing an unnecessary type and its usages.

@rohit-ganguly rohit-ganguly merged commit 59b5b98 into main Jun 4, 2024
2 checks passed
@rohit-ganguly rohit-ganguly deleted the glecaros/remove_finish_reason branch June 4, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants