Usage of TMSMCPCloudAI / preserving session context

Not sure if this is the correct catgory. :frowning:

I am playing with the TMSMCPCloudAI and wonder, how I can preserve the current session context (= the LLM should remeber what we talked about).
In the demo aisimple, when I modify the memos text, execute creates an answer independent from the previous one.

Thanks for support!

BTW: TMS AI Studio is such a great tool! The last time when I felt this exited about someting new, was when I bought my first computer and started programming. So: congrats from my side.

Hmm. Is it as simple as literally preserving TMSMCPCloudAI.Context? So not clearing, but adding the new requests?

If you keep adding original context and responses and new prompt to context, the history is preserved.