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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
]