From 3d97b97c8689babdc5303a025e986af51b0dfdd2 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Tue, 10 Dec 2024 14:19:23 -0500 Subject: [PATCH] fix typo (#2696) --- docs/docs/how-tos/update-state-from-tools.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-tos/update-state-from-tools.ipynb b/docs/docs/how-tos/update-state-from-tools.ipynb index 41147688e..6e916ca2a 100644 --- a/docs/docs/how-tos/update-state-from-tools.ipynb +++ b/docs/docs/how-tos/update-state-from-tools.ipynb @@ -31,7 +31,7 @@ " # update the state keys\n", " \"user_info\": user_info,\n", " # update the message history\n", - " \"messages\": [ToolMessage(\"Successfully looked up user information\", tool_call_id=\"\")]\n", + " \"messages\": [ToolMessage(\"Successfully looked up user information\", tool_call_id=tool_call_id)]\n", " }\n", " )\n", "```\n",