Hi,
I have a bot that asks the user "ask me any question" whenever the user says the trigger. Whatever the user types is then sent to OpenAI, and the response is displayed in the chat. However, I don't want the bot to ask "ask me any question" every time. How can I avoid this?
I can't leave it blank since the bot needs to prompt the user to input a question. Any suggestions on how to handle this situation?

