Please increase the char limit of JSON var

Uchat's JSON variable has a character limit of 20k. This is no longer enough. I believe this limit was set "pre-chatgpt era", where the JSON payload data comes from pulling data from Google Sheet, or from 3rd party API. It was enough then, we were able to use filter, and feature like data preprocessing to include only the data we need to store in the JSON var. But now... in the AI era, this limit is no longer sufficient. We feed AI with data like: - company knowledge base - availability time slot for consultants - product info (SKU, desc, price, color, etc...) - and other use cases Filtering and data preprocessing can't be used here because we are not trying to get rid of wasteful data. Everything we add to the JSON is necessary for the AI to work properly. For my specific use case, I want to feed the AI with availability time slots for consultants. Ideally I would like to provide 7 days of availabilities, but due to 20k limitation right now we only feed 3 days of availability to the AI. This makes the bot build a lot more complex if then users want more slots outside of the 3 days we provide. Would you be kind enough to double the limit to 40k? or 50k if you are feeling generous? Thanks

Andy Hartono posted 8 months ago

Discussion