From a4d9e986fb4332863dd5aba69ee5142c4429f762 Mon Sep 17 00:00:00 2001 From: Priyadutt <68959880+bhatt-priyadutt@users.noreply.github.com> Date: Mon, 6 Nov 2023 17:02:04 +0530 Subject: [PATCH] Update csv.ipynb description (#12878) The line removed is not required as there are no other alternative solutions above than that. --- docs/docs/integrations/toolkits/csv.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/toolkits/csv.ipynb b/docs/docs/integrations/toolkits/csv.ipynb index 87e25bbd565..ecf04cc1b43 100644 --- a/docs/docs/integrations/toolkits/csv.ipynb +++ b/docs/docs/integrations/toolkits/csv.ipynb @@ -34,7 +34,7 @@ "source": [ "## Using `ZERO_SHOT_REACT_DESCRIPTION`\n", "\n", - "This shows how to initialize the agent using the `ZERO_SHOT_REACT_DESCRIPTION` agent type. Note that this is an alternative to the above." + "This shows how to initialize the agent using the `ZERO_SHOT_REACT_DESCRIPTION` agent type." ] }, {