Hello, I'm trying to make a bot that takes appointments. I've created a tool to save the slot on the calendar, but it can't retrieve the right date. For example, if I tell it tomorrow at 10am, it will give the date as 10/06/2023 10:00 instead of 07/23/2024 10:00. However, I provide the date {{now}} in the prompt and I specify that the user must not provide a lower date. My model is GPT 4o. Does anyone have a solution ?