langchain==1.3.14
📦 langchainView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This release introduces `ToolErrorMiddleware` and fixes an issue in `ToolRetryMiddleware` to only retry retryable exceptions.
✨ New Features
- Introduced `ToolErrorMiddleware` for handling tool errors.
🐛 Bug Fixes
- Ensured `ToolRetryMiddleware` only retries retryable exceptions.