Multiple messages answer
# 🤝help
m
Hello! I am making my first bot and I have put an Capture Information (Raw Input) to listen to users questions. Using the Knowledge Database, the bot is responding the questions. However, in order to make it more user friendly, I would like it to separate the answer among 2 to 3 messages. Is it possible? https://cdn.discordapp.com/attachments/1222667634730991778/1222668419275423836/c9d4821a-62e4-4486-93bf-ae552d467a1f_2.MP4?ex=66170db3&is=660498b3&hm=1df0b2814c3c4c5ef1349b8673b12611494cc0952a69ac125c8df493ddf0f44f&
Like this bot that answer in multiple messages
g
I think you would likely need to make many cards if you want many chat bubbles
Maybe someone else can help you better with that, I've never tried that
@fresh-fireman-491
Do you think it is possible?
f
Yea. You could use an AI Task to split it.
g
Ai task can really split into many chat bubbles?
f
It can split it into multiple variables, which you can send after each other in different text cards
g
Nice, didn't think about that one
f
That is why we build together, to share ideas.
He uses the AI Task with the answer from the KB in around 42 minutes.

https://www.youtube.com/watch?v=vAaCudOUwuc

You can also use turn.KnowledgeAgent.answer as the input
m
That is awesome! Thank you very much @glamorous-guitar-39983 and @fresh-fireman-491! I will try to implement it
46 Views