Avatar for the langchain-ai user
langchain-ai
langchain
BlogDocsChangelog

Performance History

Latest Results

fix(core): handle None content in ToolMessage to prevent 'NoneNone' merge When ToolMessageChunk instances with content=None are merged using the + operator, the result was 'NoneNone' instead of an empty string. This happened because the model_validator was coercing None to str(None) which equals 'None', and then merging two 'None' strings resulted in 'NoneNone'. This fix checks for None content explicitly and converts it to an empty string before other coercion logic runs. Fixes #34909
njg7194:fix/toolmessage-none-content
7 hours ago
format
aahanabobade:docs/add-example-to-create-message
8 hours ago
nit
aahanabobade:docs/add-example-to-create-message
8 hours ago
fix docstring
nandanadileep:fix/mustache-nested-vars
9 hours ago

Active Branches

fix(core): handle None content in ToolMessage to prevent NoneNone merge
last run
7 hours ago
#34952
CodSpeed Performance Gauge
-4%
#34926
CodSpeed Performance Gauge
0%
#34869
CodSpeed Performance Gauge
+3%
© 2026 CodSpeed Technology
Home Terms Privacy Docs