docs: update quick_start.ipynb (#21358)

initalize -> initialize



- [x] **PR title**: "package: description"
pull/20800/merge
Ikko Eltociear Ashimine 3 weeks ago committed by GitHub
parent 1fe66f5d39
commit c34419e200
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -279,7 +279,7 @@
"id": "f8014c9d",
"metadata": {},
"source": [
"Now, we can initalize the agent with the LLM, the prompt, and the tools. The agent is responsible for taking in input and deciding what actions to take. Crucially, the Agent does not execute those actions - that is done by the AgentExecutor (next step). For more information about how to think about these components, see our [conceptual guide](/docs/modules/agents/concepts/)."
"Now, we can initialize the agent with the LLM, the prompt, and the tools. The agent is responsible for taking in input and deciding what actions to take. Crucially, the Agent does not execute those actions - that is done by the AgentExecutor (next step). For more information about how to think about these components, see our [conceptual guide](/docs/modules/agents/concepts/)."
]
},
{

Loading…
Cancel
Save