Yes, but with some caveats:
- Users can still add their own context explicitly. Like writing questions and comments, or pasting in a PDF to chat. I don’t know of any LLM chat tool that doesn’t have that caveat.
- Actions may bring in context too. While most Actions are actions (like create a page or workitem), others are themselves mini-knowledge-sources. For example, I have written quite a few Actions where the sole job is a bit of “context engineering” to navigate the Jira REST APIs in a very specific way and bring the information back as Markdown.
Hope that still fits your constraints.