Patch Changes
-
#11171
82bef01Thanks @christian-bromann! - fix(core): coerce string v1 AIMessage content to text blocksPrevent
contentBlocks.push is not a functionwhen constructing an
AIMessagewithresponse_metadata.output_version === "v1"and string
content(common in serialized LangGraph stream payloads).