Connect AI tool agent with conversation agent
Hi Team, I'm seeking your help/assist in designing a bot What I'm trying to do: User will ask question AI Tool of type conversion will take the user input and generat two clarification questions The same conversation AI tool using prompt will keep the conversation alive till user answered the two clarity questions Then the flow shall pass the answers provided by the user with original user question to another AI tool, this agent needs to summarize the input from previous agent and put it in JSON output, the reason I need AI tool agent is that I need to connect it to many tools. So is that doable to connect conversation agent with tool agent? Anybody have sample of this?