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 step verification bug: use stepName instead of name
- Fixed verification logic in verify.ts to check event.stepName instead of event.name
- This resolves the 'Cannot send STEP_FINISHED for step "undefined"' error
- Updated test expectations to match the corrected behavior
- Bug was causing second requests to LangGraph agents to fail
- All integrations correctly use stepName property per official schemas
0 commit comments