From 1e87312d1fbe2dba2cc349ec247fde0053a72774 Mon Sep 17 00:00:00 2001 From: DHPark Date: Wed, 28 May 2025 22:39:22 +0900 Subject: [PATCH] Update graph-api.ipynb (#4824) --- docs/docs/how-tos/graph-api.ipynb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/docs/how-tos/graph-api.ipynb b/docs/docs/how-tos/graph-api.ipynb index 834de5584..664d1b555 100644 --- a/docs/docs/how-tos/graph-api.ipynb +++ b/docs/docs/how-tos/graph-api.ipynb @@ -2950,16 +2950,6 @@ " When you send updates from a subgraph node to a parent graph node for a key that's shared by both parent and subgraph [state schemas](../../concepts/low_level#schema), you **must** define a [reducer](../../concepts/low_level#reducers) for the key you're updating in the parent graph state. See the example below." ] }, - { - "cell_type": "markdown", - "id": "6be0aeb9-e138-4adc-a1df-5d743a8eb348", - "metadata": {}, - "source": [ - "!!! important \"State updates with `Command.PARENT`\"\n", - "\n", - " When you send updates from a subgraph node to a parent graph node for a key that's shared by both parent and subgraph [state schemas](../../concepts/low_level#schema), you **must** define a [reducer](../../concepts/low_level#reducers) for the key you're updating in the parent graph state." - ] - }, { "cell_type": "code", "execution_count": 6,