| 1 | from langchain_core.agents import AgentAction, AgentFinish |
| 2 | from langchain_core.prompts import ChatPromptTemplate, MessagesPlaceholder |
| 3 | |
| 4 | template = """You are a helpful assistant. Help the user answer any questions. |
nothing calls this directly
no test coverage detected