voiio / Sam

Sam – cuz your company is nothing without Sam
https://code.voiio.de/Sam/
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Fix #82 -- Handle bad request errors and feed them back to the user #96

Closed herrbenesch closed 6 months ago

herrbenesch commented 6 months ago
image

How to test

Open question

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.89%. Comparing base (5474974) to head (0457893). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

herrbenesch commented 6 months ago

@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.

herrbenesch commented 6 months ago

thanks @codingjoe