deerflow2/src/graph
Willem Jiang af2547b089 fix: the validation Error with qwen-max-latest Model (#706)
* fix: the validation Error with qwen-max-latest Model

    - Added comprehensive unit tests in tests/unit/graph/test_nodes.py for the new extract_plan_content function
    - Tests cover various input types: string, AIMessage, dictionary, other types
    - Includes a specific test case for issue #703 with the qwen-max-latest model
    - All tests pass successfully, confirming the function handles different input types correctly

* feat: address the code review concerns
2025-11-24 21:13:15 +08:00
..
__init__.py feat: 1. replace black with ruff for fomatting and sort import (#489) 2025-08-17 22:57:23 +08:00
builder.py fix: remove the unnessary conditional edge. (#671) 2025-10-29 10:12:32 +08:00
checkpoint.py feat: support dify in rag module (#550) 2025-09-16 20:30:45 +08:00
nodes.py fix: the validation Error with qwen-max-latest Model (#706) 2025-11-24 21:13:15 +08:00
types.py Fix: clarification bugs - max rounds, locale passing, and over-clarification (#647) 2025-10-24 16:43:39 +08:00
utils.py fix: Refine clarification workflow state handling (#641) 2025-10-22 22:49:07 +08:00