
Is it possible to create a bot that displays in Stream format like ChatGPT using PVA?
I'm building a chatbot that communicates with an external system.
When a chatbot sends a request to an external system, the system will generate a message and chatbot display it to user.
However, system-generated messages are long and take time to complete.
So, I'd like to not to wait the message completed but to display sequentially the messages generated.
Hi @T_TERADA
I don't think it's possible in PVA.
Messages must be complete before they are sent to the user.
Henry