Hey bubblers!
I’m currently working on integrating ChatGPT into my app. What I aim to do is call the API with multiple fields from the same users. These fields are in different data types, and I also need to incorporate multiple entries from the same user.
I want to pass all the fields to the prompt in a single call; I’d prefer not to make multiple calls for it.
How can I achieve that? If possible, I want to steer clear of using plugins.
Thanks!