There appears to be some kind of limit when the prompt is sent to ChatGPT.
My issue is that I am building an inbound call routing system. The system has many forwarding numbers. The webhook is working and the list of forwarding numbers is accepted. My issue is that I have the following in my prompt for each number:
“If a caller would like to speak with [INSERT PERSON] then you will forward the call to number [PHONE NUMBER].”
This works when it is a small number entries but the call just terminates when it is all numbers.
There must be a better way to do this. Are there any ideas?