I would like to use a MultiRootChain
to use one QA chain, and an "agents" with tools.
But, to use tools, I need to create an agent, via initialize_agent(tools,llm,agent=agent_type,...)
.
For MultiRootChain
, I need a Chain
, and not an Agent
.
How can I combine the two?