mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
Langchain: fixed a typo in the imports (#23864)
Description: Fixed a typo during the imports for the GoogleDriveSearchTool Issue: It's only for the docs, but it bothered me so i decided to fix it quickly :D
This commit is contained in:
parent
db6512aa35
commit
d311f22182
@ -99,7 +99,7 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from langchain_googldrive.tools.google_drive.tool import GoogleDriveSearchTool\n",
|
||||
"from langchain_googledrive.tools.google_drive.tool import GoogleDriveSearchTool\n",
|
||||
"from langchain_googledrive.utilities.google_drive import GoogleDriveAPIWrapper\n",
|
||||
"\n",
|
||||
"# By default, search only in the filename.\n",
|
||||
|
Loading…
Reference in New Issue
Block a user