From e8508fb4c67efc6334b4b7530141cf769f836fc2 Mon Sep 17 00:00:00 2001 From: Zapiron <125368863+DangerousPotential@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:30:43 +0800 Subject: [PATCH] docs: Fixed mini typo in recommend and improve the phrasing (#28438) Fixed a typo on the word "recommend" and generally improved the phrasing --- docs/docs/how_to/agent_executor.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/agent_executor.ipynb b/docs/docs/how_to/agent_executor.ipynb index c52c126a066..3c9ab38bcdf 100644 --- a/docs/docs/how_to/agent_executor.ipynb +++ b/docs/docs/how_to/agent_executor.ipynb @@ -802,7 +802,7 @@ "That's a wrap! In this quick start we covered how to create a simple agent. Agents are a complex topic, and there's lot to learn! \n", "\n", ":::important\n", - "This section covered building with LangChain Agents. LangChain Agents are fine for getting started, but past a certain point you will likely want flexibility and control that they do not offer. For working with more advanced agents, we'd reccommend checking out [LangGraph](/docs/concepts/architecture/#langgraph)\n", + "This section covered building with LangChain Agents. They are fine for getting started, but past a certain point you will likely want flexibility and control which they do not offer. To develop more advanced agents, we recommend checking out [LangGraph](/docs/concepts/architecture/#langgraph)\n", ":::\n", "\n", "If you want to continue using LangChain agents, some good advanced guides are:\n",