langchain-ai
langchain
BlogDocsChangelog

Fix get_buffer_string to support modern tool_calls

#33984
Comparing
yashwantbezawada:fix-get-buffer-string-tool-calls
(
078c660
) with
master
(
8a3bb73
)
CodSpeed Performance Gauge
+1%
Untouched
13
Skipped
21

Benchmarks

Skipped (21)

Passed

test_import_time[tool]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+2%
504.8 ms*494.7 ms
test_async_callbacks_in_sync
libs/core/tests/benchmarks/test_async_callbacks.py
CodSpeed Performance Gauge
+2%
24.3 ms*23.9 ms
test_import_time[ChatPromptTemplate]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+2%
580.5 ms*570.8 ms
test_import_time[PydanticOutputParser]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+1%
519.2 ms*512.5 ms
test_import_time[Document]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+1%
184.8 ms*182.6 ms
test_import_time[InMemoryRateLimiter]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+1%
172.7 ms*170.8 ms
test_import_time[RunnableLambda]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+1%
477.5 ms*473.4 ms
test_import_time[InMemoryVectorStore]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+1%
592.4 ms*588 ms
test_import_time[CallbackManager]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+1%
446.1 ms*442.9 ms
test_import_time[BaseChatModel]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+1%
510.7 ms*507.1 ms
test_import_time[LangChainTracer]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+1%
425.9 ms*423.7 ms
test_import_time[HumanMessage]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+1%
262.2 ms*260.8 ms
test_import_time[Runnable]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-1%
472.9 ms*475.4 ms

Commits

Click on a commit to change the comparison range
Base
master
8a3bb73
+0.99%
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.
078c660
3 days ago
by yashwantbezawada
© 2025 CodSpeed Technology
Home Terms Privacy Docs