mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-10 23:41:28 +00:00
- **Description:** add missing tool_calls kwargs of delta message in openai adapter, then tool call will work correctly via adapter's stream chat completion - **Issue:** Fixes https://github.com/langchain-ai/langchain/issues/25436 - **Dependencies:** None