Hello there,
Is there a way of adding the current date and time to the Assistants?
I’m having a hard time because I need the Assistant to know the current date in order to set appointments for future dates.
I have tried using a Function Tool where I call a specific endpoint that I created, which returns a string response with the current date. For example:
"Today's date is March 15, 2025, and the current time is 10:21 PM."
However, this is not enough, and the Assistant keeps getting stuck in 2023 if OpenAI is used, or in other years depending on the model.
Is there a way to dynamically set the current date for the Assistant?