LangChain - Agents
This code snippet throws an error:
What is the error and how to fix it?
agent = OpenAIFunctionsAgent.from_llm_and_functions(model, functions=["not_a_function"])
response = agent.invoke("Hello")What is the error and how to fix it?
