From 537e69608e93b5282ed4cd59af441f285b35cd76 Mon Sep 17 00:00:00 2001 From: ArrayPD Date: Wed, 12 Mar 2025 11:17:11 -0400 Subject: [PATCH] docs: Correct a typo in create-react-agent-memory.ipynb (#3800) Fixed a typo in create-react-agent-memory.ipynb --- docs/docs/how-tos/create-react-agent-memory.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-tos/create-react-agent-memory.ipynb b/docs/docs/how-tos/create-react-agent-memory.ipynb index c783eb774..b109db3a0 100644 --- a/docs/docs/how-tos/create-react-agent-memory.ipynb +++ b/docs/docs/how-tos/create-react-agent-memory.ipynb @@ -220,7 +220,7 @@ "id": "838a043f-90ad-4e69-9d1d-6e22db2c346c", "metadata": {}, "source": [ - "Notice that when we pass the same the same thread ID, the chat history is preserved" + "Notice that when we pass the same thread ID, the chat history is preserved." ] }, {