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.
This commit is contained in:
Leonid Ganeline 2023-09-01 13:31:26 -07:00 committed by GitHub
parent afd96b2460
commit 3b8ee74e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,9 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Google Drive tool\n", "# Google Drive\n",
"\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", "\n",
"## Prerequisites\n", "## Prerequisites\n",
"\n", "\n",
@ -207,7 +207,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.10.9" "version": "3.10.12"
} }
}, },
"nbformat": 4, "nbformat": 4,