@langchain/[email protected]
@langchain/[email protected]
langchain
Release Notes
Patch Changes
#10674
f017708Thanks @christian-bromann! - fix: classify provider 429s before retrying#11092
7918bbdThanks @aolsenjazz! - fix(core): only treat arrays of content blocks as ToolMessage contentFix tool outputs that are arrays of plain objects being forwarded as malformed message content. An array is now only treated as message content blocks when every element is an object with a
type; otherwise it is JSON-stringified.