From 4027da1b6e9c9f3934eb14bf25a362c719f6e9d8 Mon Sep 17 00:00:00 2001 From: Soham Das <61263629+Sodas0@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:44:22 -0800 Subject: [PATCH] docs: fix typo in migration guide: migrate_agent.ipynb (#28227) PR Title: `docs: fix typo in migration guide` PR Message: - **Description**: This PR fixes a small typo in the "How to Migrate from Legacy LangChain Agents to LangGraph" guide. "In this cases" -> "In this case" - **Issue**: N/A (no issue linked for this typo fix) - **Dependencies**: None - **Twitter handle**: N/A --- docs/docs/how_to/migrate_agent.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/migrate_agent.ipynb b/docs/docs/how_to/migrate_agent.ipynb index 427d04a4ea0..05c88640cce 100644 --- a/docs/docs/how_to/migrate_agent.ipynb +++ b/docs/docs/how_to/migrate_agent.ipynb @@ -331,7 +331,7 @@ "metadata": {}, "source": [ "We can also pass in an arbitrary function. This function should take in a list of messages and output a list of messages.\n", - "We can do all types of arbitrary formatting of messages here. In this cases, let's just add a SystemMessage to the start of the list of messages." + "We can do all types of arbitrary formatting of messages here. In this case, let's just add a SystemMessage to the start of the list of messages." ] }, {