AI Agent and Chat bot can't figure out the right date!
Hi everyone. Have you had a similar issue? You set everything up to schedule appointments, but the chatbot can't figure out the right date. If I say "tomorrow" it thinks it's in 2023! Or "next Saturday" and it sets an appointment for "Saturday 16th March" when it should be 15th March. I went completely overboard in the System Message (attached) to ensure it checks an HTTP Request Tool to: https://timeapi.io/api/Time/current/zone?timeZone=Australia/Sydney at the beginning of the chat, anytime the scheduler runs, anytime there's reference to a date. But it doesn't check it! Only when given explicit instructions in the chat. And even when it does, it still screws it up. Is there any way to make sure the chatbot and ai agent knows today's date so it can set appointments correctly? When I used an http request between the chat trigger and AI Agent, it just spun out and errored, likely from too many requesets. Thanks!