LangChain - Agents
You want to build a Langchain app that answers user questions by calling either
get_weather or get_news functions based on input. Which approach correctly sets up the OpenAI functions agent to handle this?