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
Simplified command handling in map_command by removing automatic conversion of tuples to Send objects, requiring explicitly created Send objects instead
Detailed Changes
langgraph.pregel.io.map_command
Removed automatic conversion of tuples to Send objects in command handling
Simplified the input validation logic to only check if cmd.send is a list/tuple, but requires all items to be proper Send objects
This change makes the API more strict, requiring users to explicitly create Send objects rather than relying on automatic tuple conversion