langchain-ai
langchain
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge branch 'master' into feat/pretty-repr-html-partials
antznette1:feat/pretty-repr-html-partials
2 hours ago
docs(xai): Remove references to non-existent files in README Remove links to MIGRATION_GUIDE.md and examples/agentic_tools_example.py that don't exist in this PR. Link to X.AI docs instead. Addresses reviewer feedback.
KushagraaWadhwa:feat/xai-agentic-tools-clean
9 hours ago
refactor(core): improved typing (WIP)
mdrxy/improve-core-typing
15 hours ago
Fix get_buffer_string to support modern tool_calls Fixes #33970 The get_buffer_string() function was still using the deprecated function_call field from additional_kwargs. Modern AI providers (OpenAI, Anthropic, Gemini, etc.) now use the tool_calls attribute instead, causing tool call information to not be output. Changes: - Updated get_buffer_string() to prioritize tool_calls over function_call - Maintained backward compatibility with legacy function_call format - Added tests for tool_calls and priority behavior The fix ensures tool call information is correctly included in buffer strings while maintaining compatibility with older code.
yashwantbezawada:fix-get-buffer-string-tool-calls
15 hours ago
Merge branch 'master' into feat/xai-agentic-tools-clean
KushagraaWadhwa:feat/xai-agentic-tools-clean
16 hours ago
release(openai): 1.0.3 (#33981) - Respect 300k token limit for embeddings API requests #33668 - fix create_agent / response_format for Responses API #33939 - fix response.incomplete event is not handled when using stream_mode=['messages'] #33871
master
22 hours ago
expand `_tokenize`: Now returns (`_iter`, `tokens`, `indices`, token_counts`). The `token_counts` are calculated directly during tokenization, which is more accurate and efficient than splitting strings later.
mdrxy/rfc-oai-embeddings
22 hours ago
release(openai): 1.0.3
mdrxy/release-openai-1-0-3
23 hours ago
Active Branches
feat(core): enrich HTML `pretty_repr` for prompt templates and display partial variables
last run
2 hours ago
#33891
CodSpeed Performance Gauge
-1%
feat(xai): Add comprehensive tests and docs for agentic tool calling API
last run
9 hours ago
#33967
CodSpeed Performance Gauge
0%
refactor(core): improved typing (WIP)
last run
15 hours ago
#33985
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs