From 3b8ee74e38e65a9b2af25b0be03724e5736f1373 Mon Sep 17 00:00:00 2001 From: Leonid Ganeline Date: Fri, 1 Sep 2023 13:31:26 -0700 Subject: [PATCH] docs: `google-drive-tool` example fix (#10000) This notebook was mistakenly placed in the `toolkits` folder and appears within `Agents & Toolkits` menu. But it should be in `Tools`. Moved example into `tools/`; updated title to consistent format. --- .../integrations/{toolkits => tools}/google_drive.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename docs/extras/integrations/{toolkits => tools}/google_drive.ipynb (97%) diff --git a/docs/extras/integrations/toolkits/google_drive.ipynb b/docs/extras/integrations/tools/google_drive.ipynb similarity index 97% rename from docs/extras/integrations/toolkits/google_drive.ipynb rename to docs/extras/integrations/tools/google_drive.ipynb index 6cf1cb56d46..c8ad25c2cca 100644 --- a/docs/extras/integrations/toolkits/google_drive.ipynb +++ b/docs/extras/integrations/tools/google_drive.ipynb @@ -4,9 +4,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Google Drive tool\n", + "# Google Drive\n", "\n", - "This notebook walks through connecting a LangChain to the Google Drive API.\n", + "This notebook walks through connecting a LangChain to the `Google Drive API`.\n", "\n", "## Prerequisites\n", "\n", @@ -207,7 +207,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.9" + "version": "3.10.12" } }, "nbformat": 4,