The post asks if there is a way to ensure no shared context is maintained between calls to the Ollama API, so that each call is treated as independent. The comments discuss different approaches to this:
One community member suggests using a chat engine that can maintain context, but the original poster clarifies that they do not want to maintain any context at all. Another community member suggests that updating the message block with each new query may help treat each call as independent.
There is no explicitly marked answer, and the community members seem to have differing opinions on whether maintaining some context can be beneficial for the responses.