diff --git a/docs/modules/memory/examples/conversational_agent.ipynb b/docs/modules/memory/examples/conversational_agent.ipynb index 7a232f1e..0ab6f5d0 100644 --- a/docs/modules/memory/examples/conversational_agent.ipynb +++ b/docs/modules/memory/examples/conversational_agent.ipynb @@ -9,7 +9,7 @@ "\n", "This notebook walks through using an agent optimized for conversation. Other agents are often optimized for using tools to figure out the best response, which is not ideal in a conversational setting where you may want the agent to be able to chat with the user as well.\n", "\n", - "This is accomplisehd with a specific type of agent (`conversational-react-description`) which expects to be used with a memory component." + "This is accomplished with a specific type of agent (`conversational-react-description`) which expects to be used with a memory component." ] }, {