Patch Changes
-
2b29f7a: Add
onFinish,onError, andonAbortcallbacks toStreamCallbacksfortoUIMessageStream.onFinish(state): Called on successful completion with final LangGraph state (orundefinedfor other stream types)onError(error): Called when stream encounters an erroronAbort(): Called when stream is aborted
Also adds
parseLangGraphEventhelper for parsing LangGraph event tuples.