Use multiple rows and fields in ChatGPT API Call

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!

Hey @zufriateguisantiago , Did you try arbitrary text? and then combine all dynamic data you need into your prompt. If you could explain a little more about your use case please, so I can help you out here.