mirror of https://github.com/langgenius/dify.git
- 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. |
||
|---|---|---|
| .. | ||
| fixtures/workflow | ||
| integration_tests | ||
| test_containers_integration_tests | ||
| unit_tests | ||
| __init__.py | ||