Update docs/extras/modules/agents/how_to/custom_mrkl_agent.ipynb

This commit is contained in:
Harrison Chase
2023-09-16 16:47:24 -07:00
committed by GitHub
parent 7b692d22bf
commit d6663aecec

View File

@@ -48,7 +48,7 @@
"outputs": [],
"source": [
"from langchain.agents import ZeroShotAgent, Tool, AgentExecutor\n",
"from langchain.llms import OpenAI, SerpAPIWrapper, LLMChain"
"from langchain.llms import OpenAI\nfrom langchain.utilities import SerpAPIWrapper\nfrom langchain.chains import LLMChain"
]
},
{