Hi, I have a Twilio to OpenAI integration setup and working fairly well. But I had a question around best practices for the length of the instruction.
Currently I have a long instruction set to confirm a hotel reservation.
Is the a reservation for today
if yes, …
if no, … exit
Is the room correct…
if yes…
if no… exit
confirm the last four digits of Credit card.
if yes…
if no… continue but flag the error
Notify… reminders for user
exit
Is it better to have a smaller instruction set? and update as the conversation goes? or longer one is fine?
if Shorter… How can I best achieve this using the websocket calls?
Thanks