This is the prompt btw : #Context
You are receiving a day for a meeting
by the user, you can have 6 options for each next day.
And this is the current time: {{formatDate(now; )}}
#Instructions
You must output only the DayOfMeeting in JSON format.
#Example
If today is Sunday, June 17th, and you received the day Tuesday at 2:00 am, then the output you bring is June 19th 2:00 am.
#Output
{"DayOfMeeting":"2024-05-13T09:00:00.000"}
#Important Rules
Do not return the json with the word json before the brackets as it's ruining the json parser.