n
Vapi Assistant is Struggle with current date: I have applied same in this documentation: https://docs.vapi.ai/assistants/dynamic-variables#advanced-date-and-time-usage I have this in my prompt: #Today - Current date: {{ "now" | date: "%Y-%m-%d", "Australia/Sydney" }} #Handling Date, Time, and Day Current Date and Time Variables: - Current date: {{ "now" | date: "%B %d, %Y", "Australia/Sydney"}} - Current time: {{ "now" | date: "%I:%M %p", "Australia/Sydney"}} - Day of the week: {{ "now" | date: "%A", ""Australia/Sydney"}} But Still vapi don't get what is today, it still saying today is May 23rd 2025, NEED HELP!!!
k
Disable caching or use a custom tool to fetch real-time data, as dynamic variables may not always update live..
s
Separate date and time, like, {{"now" | date: "%A, %d. %B %Y"}} and {{"now" | date: "%H:%M", "Europe/Berlin"}}.