mirror of
https://github.com/langgenius/dify.git
synced 2026-02-23 03:17:57 +08:00
- Update method calls from _handle_node_run_result to _handle_single_step_result - Add required fields (id, node_id, node_type, start_at) to graph events - Use proper NodeType enum values instead of strings - Fix imports to use correct modules (Node instead of BaseNode) - Ensure event generators return proper generator objects These tests were failing because the internal implementation changed with the new graph engine architecture.