From 01217b2247669cc42f3aede834dee5732226483e Mon Sep 17 00:00:00 2001 From: Sachin Varghese Date: Thu, 27 Jul 2023 16:44:02 -0400 Subject: [PATCH] Update sql database agent example (#8354) This PR fixes a minor documentation issue on the SQL database toolkit example notebook. --- docs/extras/integrations/toolkits/sql_database.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/integrations/toolkits/sql_database.ipynb b/docs/extras/integrations/toolkits/sql_database.ipynb index 4be39ea9fbd..9fbc31da236 100644 --- a/docs/extras/integrations/toolkits/sql_database.ipynb +++ b/docs/extras/integrations/toolkits/sql_database.ipynb @@ -63,7 +63,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." ] }, {