query_engine_tools = [ QueryEngineTool( query_engine=lyft_engine, metadata=ToolMetadata( name="lyft_10k", description=( "Provides information about Lyft financials for year 2021. " "Use a detailed plain text question as input to the tool." ), ), ), ] agent = OpenAIAgent.from_tools(query_engine_tools, system_prompt="You are a conversational assistannt, capable of using tools to look up information about Lyft 2021 financial data.", verbose=True)