langchain-ai
langchain
BlogDocsChangelog

fix(core): handle None arguments in parse_tool_call

#34242
Comparing
edlsh:fix/core-parse-tool-call-none-arguments
(
94287f4
) with
master
(
8a5f463
)
CodSpeed Performance Gauge
0%
Untouched
13
Skipped
21

Benchmarks

Skipped (21)

Passed

test_async_callbacks_in_sync
libs/core/tests/benchmarks/test_async_callbacks.py
CodSpeed Performance Gauge
+2%
23.9 ms*23.4 ms
test_import_time[Document]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
0%
182.4 ms*182.7 ms
test_import_time[ChatPromptTemplate]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
0%
579.1 ms*580.3 ms
test_import_time[tool]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
0%
501 ms*503 ms
test_import_time[InMemoryVectorStore]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
0%
600.4 ms*603.2 ms
test_import_time[BaseChatModel]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
0%
513.9 ms*516.4 ms
test_import_time[CallbackManager]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-1%
448.8 ms*451.6 ms
test_import_time[InMemoryRateLimiter]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-1%
170.3 ms*171.5 ms
test_import_time[PydanticOutputParser]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-1%
518.6 ms*523 ms
test_import_time[LangChainTracer]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-1%
425.6 ms*429.6 ms
test_import_time[Runnable]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-1%
477.2 ms*482 ms
test_import_time[HumanMessage]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-1%
256.8 ms*259.4 ms
test_import_time[RunnableLambda]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-1%
478.2 ms*483.4 ms

Commits

Click on a commit to change the comparison range
Base
master
8a5f463
-5.34%
fix(core): handle None arguments in parse_tool_call When an LLM calls a parameter-less tool, some providers return None for the arguments field instead of an empty string or "{}". This caused parse_tool_call to raise a TypeError because json.loads(None) is not valid. This fix handles None and empty string arguments by treating them as an empty object {}, allowing parameter-less tools to be parsed correctly. Fixes #34123
8102a34
3 days ago
by edlsh
+4.88%
Merge branch 'master' into fix/core-parse-tool-call-none-arguments
94287f4
2 days ago
by edlsh
© 2025 CodSpeed Technology
Home Terms Privacy Docs