git log --author=686f6c61 -- langchain
Contributions to LangChain
- ossLangChain
Fixed bug where tool_call_chunks without valid index failed to merge properly in streaming with stream_mode="messages". Modified merge_lists() function to merge chunks by shared id or sequentially. Added unit tests.