From e7aaf21121fe7f3d9405745de90aa09a2d2b5122 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Fri, 17 Jan 2025 10:02:18 -0500 Subject: [PATCH] update --- docs/docs/tutorials/introduction.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/tutorials/introduction.ipynb b/docs/docs/tutorials/introduction.ipynb index cc14e5cb4..b978af138 100644 --- a/docs/docs/tutorials/introduction.ipynb +++ b/docs/docs/tutorials/introduction.ipynb @@ -1617,6 +1617,7 @@ " \"birthday\": verified_birthday,\n", " \"messages\": [ToolMessage(response, tool_call_id=tool_call_id)],\n", " }\n", + " # We return a Command object in the tool to update our state.\n", " return Command(update=state_update)" ] },