greatmengqi cbe8b12744 fix(tests): add app_config kwarg to _fake_create_chat_model mocks
The P2-7 commit threaded app_config=app_config into create_chat_model
invocations inside make_lead_agent. Two test mocks in
test_lead_agent_model_resolution.py intercept create_chat_model with a
fake that listed the old kwarg set; they needed app_config=None added to
their signature or pytest fails with TypeError on unexpected kwarg.

Surfaced by CI in https://github.com/bytedance/deer-flow/actions/runs/24522129902.
2026-04-17 00:40:45 +08:00
..