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 potential division by zero in cache percentage calculation
Add guard to ensure denominator is non-zero before calculating the
cache percentage. This prevents NaN when both input_tokens and
cache_read_input_tokens are 0.
0 commit comments