langchain-anthropic==1.3.3
📦 langchainView on GitHub →
✨ 2 features🐛 2 fixes🔧 3 symbols
Summary
This release updates the Anthropic integration to support effort="max" and introduces a new ContextOverflowError for handling context limits across Anthropic and OpenAI integrations.
✨ New Features
- Added ContextOverflowError to core, which is now raised in anthropic and openai integrations.
- Added text_inputs and text_outputs to model profiles.
🐛 Bug Fixes
- Fixed anthropic integration to support effort="max" and removed beta headers.
- Fixed anthropic integration to strip trailing whitespace from the final assistant message.