Is every OpenAI a new chat or the same chat? Getting repetitive outputs from different inputs

Hi,

I have a scenario with google sheets to open ai to google sheets.

As an input I have watch for new rows and I’ve set the scenario to run through one input at a time.

Question: if I have 5 inputs, does that mean 5 separate OpenAI conversations OR after the first 1, everything goes into the same conversation?

Problem: The further down the list of inputs I get, the more similar the outputs become, so I want to figure how to spice things up.

To give full context - my input is a url + a keyword and the output I’m requesting from open ai is an SEO Optimized title and meta description.

My prompt instructions are pretty broad. This is the one for the meta description:

Below is a url and a matching keyword in the following format

url,keyword

Here is what I need you to do:

1) Visit the url and analyze the content

2) With the content and the keyword in mind, write an SEO optimized meta description for a blog post similar to the url

Things to consider:

- do not mention any templates
- do not mention a list of materials used

Limit the total meta description to 150 characters

-----------

Here is the input:
 {{1.`0`}}

With this open-ended prompt, I get very repetitive results at least at the start:

Here is my flow currently, first one is the title, second one is the meta description:

=================

Question 2: if my structure is so linear, does that mean that the 2 open AI modules are connected and share data with each other and that is why my outputs are so similar?

Thanks in advance!