chainlit
chainlit copied to clipboard
Best way to make first screen have example queries
I'm looking for a way (ideally using the default markdown page) to have a few example queries that the user can click on to initiate a conversation with the chatbot. Is there some magic #-link or javascript callout that I could set the url to to make this happen? If not, I feel like it would be a really useful addition. I assume that I can do this using the on_chat_start
function and various elements, however it would be very sweet to be able to do it purely from markdown.