langchain-anthropic==1.5.4
📦 langchainView on GitHub →
✨ 1 features🐛 2 fixes🔧 1 symbols
Summary
This release addresses issues with tool schema composition and `tool_choice` preservation in the Anthropic integration. It also introduces a new `user_profile_id` attribute for convenience.
✨ New Features
- Added a `user_profile_id` convenience attribute for easier user profile management.
🐛 Bug Fixes
- Handled tool schemas with unsupported top-level composition to prevent errors.
- Preserved the caller's `tool_choice` setting, ensuring consistent tool selection behavior.