Update functions.py
Browse files- functions.py +1 -0
functions.py
CHANGED
@@ -38,6 +38,7 @@ from langchain.agents.agent_toolkits import create_retriever_tool
|
|
38 |
from langchain.agents.openai_functions_agent.agent_token_buffer_memory import (
|
39 |
AgentTokenBufferMemory,
|
40 |
)
|
|
|
41 |
|
42 |
from langchain.prompts.chat import (
|
43 |
ChatPromptTemplate,
|
|
|
38 |
from langchain.agents.openai_functions_agent.agent_token_buffer_memory import (
|
39 |
AgentTokenBufferMemory,
|
40 |
)
|
41 |
+
from langchain.prompts import MessagesPlaceholder
|
42 |
|
43 |
from langchain.prompts.chat import (
|
44 |
ChatPromptTemplate,
|