Check out the Quickstart guide if you haven’t yet.
Basically, the LLM is stateless. It only “knows” what you give it. So, if you send all the data each call, it will have that data. Hope that makes sense. The quickstart guide goes over it all better.