-
Notifications
You must be signed in to change notification settings - Fork 558
Don't swallow userland exceptions in openai #4861
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
Conversation
❌ 24 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
96e565e
to
6d0096c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Is it worth checking the other AI integrations and adding tests? From a quick search, the same issue could affect the cohere
integration. Not blocking for this PR.
I usually prefer not to add negative tests such as 'test something that shouldn't have happened didn't happen' because they add cruft over time but that's just personal preference. We're simply fixing a badly written integration here and there's a linked github bug report so that's good enough for documentation. As for cohere, feel free to make a fix! |
Issues