You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: After an API error, all subsequent calls fail with the same error (#420)
* fix: After an API error, all subsequent calls fail with the same error
* Format
* Refactored error handling in _sendPromise, replacing try/catch with .catch() to simplify the code.
* refactor: Move error handling inside promise chain
* test: Ensure generateContent errors do not persist across calls
0 commit comments