The community member is asking how to load multiple tools, such as a Gmail tool and a query engine, into an agent at once. The comments provide the answer, which is to use the OpenAIAgent.from_tools() method and pass in a list of the tools. Additionally, the community members discuss how to also set a system prompt for the agent.
Is there a way to load multiple tools into an agent at once? I'm trying to pass in a gmail tool and a query engine at the same time but unsure how to do so