mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 23:29:21 +00:00
Simple Import fix in Tools Exception Docs (#7740)
Issue: #7720 @hinthornw
This commit is contained in:
parent
43f900fd38
commit
b8b8a138df
@ -934,7 +934,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"from langchain.schema import ToolException\n",
|
"from langchain.tools.base import ToolException\n",
|
||||||
"\n",
|
"\n",
|
||||||
"from langchain import SerpAPIWrapper\n",
|
"from langchain import SerpAPIWrapper\n",
|
||||||
"from langchain.agents import AgentType, initialize_agent\n",
|
"from langchain.agents import AgentType, initialize_agent\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user