langchain-ai
langchain
BlogDocsChangelog

fix(core): add tool_call_id to on_tool_error event data

#33731
Comparing
Shreyanshsingh23:add-tool-call-id-to-on-tool-error
(
2119bf3
) with
master
(
6a1dca1
)
CodSpeed Performance Gauge
+2%
Untouched
13
Skipped
21

Benchmarks

Skipped (21)

Passed

test_import_time[HumanMessage]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+6%
282.6 ms*266.6 ms
test_import_time[tool]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+5%
537.7 ms*512.8 ms
test_import_time[LangChainTracer]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+4%
467.8 ms*448 ms
test_import_time[Runnable]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+4%
531.9 ms*510.3 ms
test_import_time[RunnableLambda]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+3%
524.7 ms*507.3 ms
test_import_time[ChatPromptTemplate]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+3%
624.4 ms*607.6 ms
test_import_time[PydanticOutputParser]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+3%
556.6 ms*542.2 ms
test_async_callbacks_in_sync
libs/core/tests/benchmarks/test_async_callbacks.py
CodSpeed Performance Gauge
+2%
24.3 ms*23.8 ms
test_import_time[InMemoryRateLimiter]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+1%
183.5 ms*181.3 ms
test_import_time[CallbackManager]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
+1%
464.7 ms*459.3 ms
test_import_time[Document]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
0%
190.7 ms*190.5 ms
test_import_time[InMemoryVectorStore]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-3%
635.9 ms*654.6 ms
test_import_time[BaseChatModel]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-6%
515.5 ms*547.6 ms

Commits

Click on a commit to change the comparison range
Base
master
6a1dca1
+32.4%
fix(core): add tool_call_id to on_tool_error event data Add tool_call_id parameter to on_tool_error callback events to enable linking tool errors to specific tool calls in stateless agent implementations. - Pass tool_call_id to on_tool_start and on_tool_error callbacks in BaseTool - Store tool_call_id in event stream handler run info - Include tool_call_id in on_tool_error event data Fixes #33597
a6d27d1
9 days ago
by Shreyanshsingh23
-21.32%
fix(core): refactor on_tool_error event to use structured event object Refactor the on_tool_error callback to utilize a structured event object for improved clarity and maintainability. This change includes the addition of tool_call_id to the event data, enhancing the linkage of tool errors to specific tool calls. - Updated the on_tool_error method to create a structured event object - Included tool_call_id in the event data This change builds on the previous addition of tool_call_id to enhance error tracking in stateless agent implementations.
97cdc03
9 days ago
by Shreyanshsingh23
-9.26%
docs(core): add tool_call_id to EventData schema
2119bf3
9 days ago
by Shreyanshsingh23
© 2025 CodSpeed Technology
Home Terms Privacy Docs