LangChain - Agents
Identify the error in this code snippet:
from langchain.agents import AgentExecutor
agent_executor = AgentExecutor()
agent_executor.run("Hello")