langchain-ai
langchain
BlogDocsChangelog

fix(core): pass tool_call_id to on_tool_start and on_tool_end callbacks

#34201
Comparing
thromel:fix/tool-call-id-callbacks
(
d6106e3
) with
master
(
1867521
)
CodSpeed Performance Gauge
+1%
Untouched
13
Skipped
21

Benchmarks

Skipped (21)

Passed

test_import_time[RunnableLambda]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+3%
517.2 ms501.9 ms
test_import_time[CallbackManager]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+3%
481.3 ms467.7 ms
test_import_time[Runnable]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+2%
516.9 ms505.5 ms
test_import_time[LangChainTracer]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+2%
467 ms457.4 ms
test_import_time[InMemoryVectorStore]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+2%
656.4 ms646.3 ms
test_import_time[tool]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+2%
531.3 ms523.3 ms
test_import_time[HumanMessage]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+1%
274.9 ms270.9 ms
test_import_time[Document]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+1%
192.3 ms190 ms
test_import_time[InMemoryRateLimiter]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
0%
178.8 ms179.3 ms
test_async_callbacks_in_sync
libs/core/tests/benchmarks/test_async_callbacks.py
CodSpeed Performance Gauge
0%
24.5 ms24.6 ms
test_import_time[ChatPromptTemplate]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-1%
618.3 ms624.7 ms
test_import_time[PydanticOutputParser]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-1%
552.2 ms559.4 ms
test_import_time[BaseChatModel]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-1%
544.7 ms552.2 ms

Commits

Click on a commit to change the comparison range
Base
master
1867521
+0.88%
fix(core): pass tool_call_id to on_tool_start and on_tool_end callbacks When invoking a tool with a ToolCall input, the tool_call_id was correctly extracted but not forwarded to callback handlers. This made it impossible for callbacks to correlate tool execution with the original LLM tool call. Fixes #34168
d6106e3
8 days ago
by thromel
© 2025 CodSpeed Technology
Home Terms Privacy Docs