I am creating a Multi Agent chatbot using Panel. My issue is I have an agent who needs to retrieve some data by interactively asking user few questions. The Agent is able ask questions using Panel ChatInterface but the execution is not waiting for the user’s response. I have tried the flag of respond=True but it does not work. Any help??
response = chat_interface.send(question, user=“argument_parser”, avatar=avators[“argument_parser”], respond=False)