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(codewhisperer): only send user decision when invocation succeeded (#3167)
## Problem
We are currently sending empty user_decision events when invocation failed(connection expired, etc.)
## Solution
Only send empty user decision when the invocation was successful
0 commit comments