Skip to content

@langchain/core@1.2.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 17:25
· 1 commit to main since this release
1ee0df0

Patch Changes

  • #10674 f017708 Thanks @christian-bromann! - fix: classify provider 429s before retrying

  • #11092 7918bbd Thanks @aolsenjazz! - fix(core): only treat arrays of content blocks as ToolMessage content

    Fix 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.