Hi @Logan M I am looking to be build a chatbot which uses multi agents. For eg. the 1st agent will output SQL code, the 2nd agent will output a natural language summary of the table fetched from the SQL database and the 3rd agent will be able to answer and general Q&A etc.
Do you know of any examples on how to build this uisng LlamaIndex?
@Logan M yeah I need multi-agents because I will be setting the agent outputting SQL code with temperature=0 (as don't want creativity with the outputted SQL code) and the othe agents can have higher temperature.