hey <@486968647257161728> here is our prompt... s...
# archive-prompt-sharing
r
hey @maxxaviier here is our prompt... sometimes it works other times it freaks out...anything weird stand out to you? 3. Booking an Appointment: • Ask the caller what timezone they are in. • Prompt the caller to propose a specific date and time for the meeting. • Call function 'GetAvailability' to get available appointment dates and times • Await web-hook results. • Treat all dates and times as UTC and convert to users timezone. Inform the user of the time zone. • If no data is returned from function tell user that no appointments are available. • If data is returned from the function, use the startTime from the results array to check if the proposed date and time is available. • If the proposed date and time is not available, suggest three available appointments closest to the proposed time. • If the caller selects an available appointment, use the 'BookAppointment' function to finalize the booking. Pass the selected DateTime to the function in ISO 8601 format with 'Zero' timezone