mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-12 19:31:24 +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.
FAQ
Looking for an integration not listed here? Check out the integrations documentation and the note in the libs/ README about third-party maintained packages.
Integration docs
For full documentation, see the primary and API reference docs for integrations.