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

This commit is contained in:
Harrison Chase
2023-09-16 16:47:35 -07:00
committed by GitHub
parent 1055a74dc4
commit 563d7806f5

View File

@@ -24,7 +24,7 @@
"source": [
"from langchain.agents import ZeroShotAgent, Tool, AgentExecutor\n",
"from langchain.memory import ConversationBufferMemory, ReadOnlySharedMemory\n",
"from langchain.llms import OpenAI, LLMChain, PromptTemplate\n",
"from langchain.llms import OpenAI\nfrom langchain.chains import LLMChain\nfrom langchain.prompts import PromptTemplate\n",
"from langchain.utilities import GoogleSearchAPIWrapper"
]
},