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: use DEFAULT level and preserve status_message for control-flow exceptions
Instead of setting level=None and clearing status_message for LangGraph
control-flow exceptions, use level="DEFAULT" and keep the status message.
This preserves visibility of interrupt/command events in traces without
marking them as errors. Also applies the same improvement to on_chain_error
for consistency across all four error handlers.
0 commit comments