Session History
The app supports chat sessions, where previous messages in a chat session are included as context sent to the AI model. The model’s context window still acts as a limit, just like any other large language model (LLM). This means that if a session is long enough, it is possible that previous messages will no longer be included or referenced in the model’s context window. For this reason, if possible you must create a new chat session whenever possible, instead of re-using the same session. Also, it is not possible to reference information discussed in one chat session from another one, and chat sessions can only be seen or used by the user that created them.
You can view your list of chat sessions by browsing to the Investigation Assistant tab, and then clicking History. A pop out window appears.
Multiple chat categories are supported. For example, Chat and Offense. An Offense chat session is created by summarizing an offense.
You can rename a chat session by clicking the options menu for that session in the pop out window, and then clicking Rename.
Search and filtering functions is also supported. You can search for a specified chat sessions name, or filter it by category.