Skip to content

fix(events): correct spelling of "handoff_occurred" event name #776

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

Closed
wants to merge 1 commit into from

Conversation

Rehan-Ul-Haq
Copy link
Contributor

Description

Fixes a spelling error in the event name for handoff events, changing handoff_occured to handoff_occurred for consistency and correctness.

Motivation and Context

Correct spelling improves code quality and developer experience. Consistency in event naming helps avoid confusion and potential bugs.

Changes

  • Renamed all instances of handoff_occured to handoff_occurred in the codebase.

Breaking Changes

  • This change is not backward compatible if any external code relied on the old event name.

Copy link
Collaborator

@rm-openai rm-openai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

breaking change, so we can't do this

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