mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-13 20:47:15 +00:00
Rename test_stream_v2.py -> test_chat_model_v3_stream.py, replace all .stream_v2() / .astream_v2() call sites in tests with the new public API .stream_events(version="v3") / .astream_events(version="v3"), and update function names + docstrings to match.