Break down AI answers into multiple messages
# 🤝help
q
1. I want to break down AI task answers into multiple messages instead of a long paragraph, so it will look more human like. And easy to read. 2. Also can we add a little delay between messages so it seems like typed by someone? Instead of all the messages delivered in one go?
r
I think you need to modify the parameter(string) which store the AI task output and present the string to user in several paragraph, for example you should use chop the string into different paragraph and add delay period between them using typescript.
tasks like this or data analysis/calculation still need coding, like the way we use Unity engine
q
thanks for the reply I will look into this.
9 Views