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
call_tool overloads: collapse to Literal[False] + bool on all three layers
A runtime bool variable now matches the second overload (union return);
literal False and the default still match the first (CallToolResult).
Drops the redundant Literal[True] arm.
0 commit comments