langchain==1.2.7
📦 langchainView on GitHub →
✨ 1 features🐛 2 fixes🔧 1 symbols
Summary
LangChain version 1.2.7 introduces dynamic tool registration through middleware and includes minor fixes to the summarization prompt and system message grammar.
✨ New Features
- Added dynamic tool registration capability via middleware.
🐛 Bug Fixes
- Stripped trailing whitespace from the summarization prompt.
- Improved grammar within the system prompt used by `SummarizationMiddleware`.