Patch Changes
-
62ae6c7: fix(langchain): recognize Python
AIMessageChunkplain message objects from RemoteGraph streamsPython
langchain-coreserializes streaming message chunks withtype: "AIMessageChunk", while TypeScriptlangchain-coreusestype: "ai". ThetoUIMessageStreamadapter previously only matched the TypeScript form, silently dropping text deltas and tool-call events when streaming from Python LangGraph servers viaRemoteGraph. -
Updated dependencies [6c93e36]
- ai@7.0.0-canary.153