From be5294e35d03a9e96656d844be3fecb03c4a2530 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 2 Aug 2024 03:37:37 +0900 Subject: [PATCH] docs: update agents.ipynb (#24945) initalize -> initialize --- docs/docs/tutorials/agents.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/agents.ipynb b/docs/docs/tutorials/agents.ipynb index ee2cdbe4656..d9382dd7bd2 100644 --- a/docs/docs/tutorials/agents.ipynb +++ b/docs/docs/tutorials/agents.ipynb @@ -381,7 +381,7 @@ "id": "f8014c9d", "metadata": {}, "source": [ - "Now, we can initalize the agent with the LLM and the tools.\n", + "Now, we can initialize the agent with the LLM and the tools.\n", "\n", "Note that we are passing in the `model`, not `model_with_tools`. That is because `create_react_agent` will call `.bind_tools` for us under the hood." ]