#Is there a way to give assist context of past messages?

1 messages · Page 1 of 1 (latest)

ember perch
#

I understand that Assist does not have full session detail information at this point but what i would like to do is have some level of understanding of past message or messages and adjust my prompt. Is this possible? I have seen some demos where people can for instance move my desk up and then after say ok, now move "it" down and it understands but I have not been able to replicate.

In case it matters, I am using an LLM based coversation process and not just basic assist.

ruby timber
#

That works out of the box for a few minutes, iirc. After a timeout, the context gets reset

azure cloud
#

There's context window in LLM integration config. It will hold whatever fits in that window.
AFAIK, at least for Ollama, model isn't unloaded, so it will hold that context forever...