langchain-ai
langchain
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(openai): promote client caching to all Azure and standard OpenAI classes
VintLin:fix/openai-client-reuse
34 minutes ago
fix formatting
mdrxy/models-text
2 hours ago
Fixed ChatAnthropic fails
Nitin75408:Fixes/35081
2 hours ago
feat(model-profiles): add `text_inputs` and `text_outputs`
mdrxy/models-text
3 hours ago
fix(anthropic): fix AttributeError in AnthropicPromptCachingMiddleware `_should_apply_caching` accesses `request.system_message` but `ModelRequest` uses `system_prompt`. This causes an `AttributeError` when the middleware is used with a `ChatAnthropic` model passed directly to `create_agent()`. Use `getattr` to handle both `system_prompt` and `system_message` for compatibility across versions. The bug was previously masked when models were pre-wrapped via `bind_tools()` (producing a `RunnableBinding`), because the `isinstance(request.model, ChatAnthropic)` check would fail first and skip the buggy code path entirely — silently disabling prompt caching. Fixes langchain-ai/langchain#35082 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ChamaruAmasara:fix/prompt-caching-system-message-attr
4 hours ago
fix(anthropic): fix AttributeError in AnthropicPromptCachingMiddleware `_should_apply_caching` accesses `request.system_message` but `ModelRequest` uses `system_prompt`. This causes an `AttributeError` when the middleware is used with a `ChatAnthropic` model passed directly to `create_agent()`. Use `getattr` to handle both `system_prompt` and `system_message` for compatibility across versions. The bug was previously masked when models were pre-wrapped via `bind_tools()` (producing a `RunnableBinding`), because the `isinstance(request.model, ChatAnthropic)` check would fail first and skip the buggy code path entirely — silently disabling prompt caching. Fixes langchain-ai/langchain#35082 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ChamaruAmasara:fix/prompt-caching-system-message-attr
4 hours ago
fix(anthropic): fix AttributeError in AnthropicPromptCachingMiddleware `_should_apply_caching` accesses `request.system_message` but `ModelRequest` uses `system_prompt`. This causes an `AttributeError` when the middleware is used with a `ChatAnthropic` model passed directly to `create_agent()`. The bug was previously masked when models were pre-wrapped via `bind_tools()` (producing a `RunnableBinding`), because the `isinstance(request.model, ChatAnthropic)` check would fail first and skip the buggy code path entirely — silently disabling prompt caching. Fixes langchain-ai/langchain#35082 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ChamaruAmasara:fix/prompt-caching-system-message-attr
4 hours ago
chore: response.output_item.added update
keenborder786:mmk/server_side_tool_streaming
6 hours ago
Active Branches
fix(openai): promote client caching to all Azure and standard OpenAI classes
last run
34 minutes ago
#35087
CodSpeed Performance Gauge
×99
feat(model-profiles): add `text_inputs` and `text_outputs`
last run
2 hours ago
#35084
CodSpeed Performance Gauge
-1%
Fixed ChatAnthropic fails
last run
2 hours ago
#35086
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs