Skip to content

@langchain/core@1.2.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 05:55
cc39f56

Patch Changes

  • #11171 82bef01 Thanks @christian-bromann! - fix(core): coerce string v1 AIMessage content to text blocks

    Prevent contentBlocks.push is not a function when constructing an
    AIMessage with response_metadata.output_version === "v1" and string
    content (common in serialized LangGraph stream payloads).