I am adding AdditionalInstructions when creating a run. These instructions include the current date and time. Even when including these instructions, if I ask the assitant “What is today’s date?” It guesses/gives the wrong answer. These are the instructions I am giving:
The current date and time is {inserted date}. All dates and times should be in the format of 'MM/dd/yyyy HH:mm:sszzz'. If the end of a date range is today, use {inserted date} as the end date.
I have found the only way for the model (gpt-4o) to get the correct date and time is to provide it as additional message content for the user’s input.
How can i correctly provide the current date and time in the AdditionalInstructions so the assistant uses it?