is there a way to provide my agent today's date ?
is there a way to provide my agent today's date ?
new Date() to obtain the current date and time.{{date}} to get the current date. You don't need to call a separate function; you can directly use these variables in your conversation flow.{{date}} variable will automatically be replaced with the current date when the message is spoken to the user.new Date(){{date}}{{date}}"Good morning, today is {{date}}. How can I assist you?"