-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix #82 -- Handle bad request errors and feed them back to the user #96
Fix #82 -- Handle bad request errors and feed them back to the user #96
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #96 +/- ##
==========================================
+ Coverage 95.83% 95.89% +0.06%
==========================================
Files 19 19
Lines 600 609 +9
==========================================
+ Hits 575 584 +9
Misses 25 25 ☔ View full report in Codecov by Sentry. |
7869440
to
a3d9a22
Compare
@codingjoe thanks for the review. I'm now feeding back the error messages to the assistant in order to receive a nicely formatted issue description. |
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.
Thanks for addressing the comments. Interesting approach to use the not to translate the error into a human readable Output.
Let's give it a try
thanks @codingjoe |
How to test
Open question