From a900e93b14ea312a22ccbba6f0c258501e4f6972 Mon Sep 17 00:00:00 2001 From: tomo-abe Date: Sun, 29 Dec 2024 15:02:48 +0900 Subject: [PATCH] Fix typo introduction.ipynb Fixing typo --- docs/docs/tutorials/introduction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/introduction.ipynb b/docs/docs/tutorials/introduction.ipynb index c7bf12940..015ba5d0d 100644 --- a/docs/docs/tutorials/introduction.ipynb +++ b/docs/docs/tutorials/introduction.ipynb @@ -1659,7 +1659,7 @@ "id": "584de971-6b10-4931-986e-cc35f7adbb3d", "metadata": {}, "source": [ - "Now the graph is complete, since we've provided the final response message! Since state updates simulate a graph step, they even generate corresponding traces. Inspec the [LangSmith trace](https://smith.langchain.com/public/6d72aeb5-3bca-4090-8684-a11d5a36b10c/r) of the `update_state` call above to see what's going on.\n", + "Now the graph is complete, since we've provided the final response message! Since state updates simulate a graph step, they even generate corresponding traces. Inspect the [LangSmith trace](https://smith.langchain.com/public/6d72aeb5-3bca-4090-8684-a11d5a36b10c/r) of the `update_state` call above to see what's going on.\n", "\n", "**Notice** that our new messages are _appended_ to the messages already in the state. Remember how we defined the `State` type?\n", "\n",