langchain==1.3.16
📦 langchainView on GitHub →
✨ 2 features🐛 2 fixes🔧 2 symbols
Summary
This release introduces standard model exception types and support for custom token counters in ContextEditingMiddleware. It also includes bug fixes for exception handling and schema ordering.
✨ New Features
- Add standard model exception types to core.
- Support custom token_counter in ContextEditingMiddleware.
🐛 Bug Fixes
- Re-raise non-retryable exceptions in ModelRetryMiddleware.
- Preserve final repeated schema ordering.