deerflow2/tests/integration
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
..
test_crawler.py fix: some lint fix using tools (#98) 2025-07-12 13:59:02 +08:00
test_nodes.py fix: the validation Error with qwen-max-latest Model (#706) 2025-11-24 21:13:15 +08:00
test_template.py feat: 1. replace black with ruff for fomatting and sort import (#489) 2025-08-17 22:57:23 +08:00
test_tool_interceptor_integration.py security: add log injection attack prevention with input sanitization (#667) 2025-10-27 20:57:23 +08:00
test_tts.py feat: 1. replace black with ruff for fomatting and sort import (#489) 2025-08-17 22:57:23 +08:00