Simple Import fix in Tools Exception Docs (#7740)

Issue: #7720
 @hinthornw
pull/5879/head^2
Mohammad Mohtashim 1 year ago committed by GitHub
parent 43f900fd38
commit b8b8a138df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save