-
Notifications
You must be signed in to change notification settings - Fork 12
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
Provide full context for the HttpRequestException #19
Comments
Good suggestion, @doggy8088 That's coming with the improvements regarding logging. |
Before logging been implemented, I think the exception issue might be able to improve at first. |
Yes, agreed. |
Is it possible add an "InnerException" when throwing exception at Gemini API call failed? |
I would really appreciate this as well. |
Hi @doggy8088 and @sebastianbk The code does not catch and rethrow those exceptions, those are straight from the |
Hi @doggy8088 and @sebastianbk This has been resolved and released in version v1.6.5 Cheers, JoKi |
I wish there is an original response JSON content comes from the API response when there is an HttpRequestException thrown. This is for better debugging.
The text was updated successfully, but these errors were encountered: