langchain-openai==1.3.3
📦 langchainView on GitHub →
🐛 3 fixes🔧 1 symbols
Summary
This patch release for langchain-openai primarily focuses on bug fixes related to response handling, tool strictness, and dependency updates for langsmith and vcrpy.
🐛 Bug Fixes
- Response item IDs are now dropped when `store` is set to false.
- The `strict=True` setting is now only applied to tools for OpenAI-compatible models within `ProviderStrategy`.
- The `stop` parameter is now dropped from the Responses API payload.