How to keep results in context?

Hi,

when I chat with ChatGPT all information provided in the chat are added to the context window so we can hav a fluid conversation and it keeps stuff. However, when I automate processes with MAKE, every step is an isolated process.

Let’s say, I have an excel list of 100 Topics in Row A. And I want GPT-4o to write an article n Row B, Keywords in C and that kind of stuff. I also want to be able to say in a prompt “Make sure every article is a unique topic. Ensure that every article has another topic and that not two articles are too related too each other to avoid duplicate content.”

In order to do that, I would need to provide the prior results in my prompt/context, so GPT-4o checks all previous articles to avoid duplicates. How can I create such a ‘loop’ in MAKE?

Thanks
Tobias

2 Likes

You’ll have to use the OpenAI “Message an Assistant” module, where you can easily reuse the same thread, so it knows what it has replied you with before.

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

Great, we’ll test this. Thanks again