docs: update agents.ipynb (#24945)

initalize -> initialize
This commit is contained in:
Ikko Eltociear Ashimine
2024-08-02 03:37:37 +09:00
committed by GitHub
parent 41ed23a050
commit be5294e35d

View File

@@ -381,7 +381,7 @@
"id": "f8014c9d", "id": "f8014c9d",
"metadata": {}, "metadata": {},
"source": [ "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", "\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." "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."
] ]