From afc7f1b892596bd0d4687e1d5882127026bad991 Mon Sep 17 00:00:00 2001 From: Vincent Elster <90899655+VinceDerPrince@users.noreply.github.com> Date: Tue, 7 Feb 2023 23:39:45 +0100 Subject: [PATCH] Fix typos (#929) accomplisehd -> accomplished --- docs/modules/memory/examples/conversational_agent.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ] }, {