|
<< Click to Display Table of Contents >> Raynet One > 2026.1 > User Guide > First impressions > Recurring areas and elements > AI Chat Advanced Usage & Behavior |
This section describes advanced behavioral aspects of AI Chat, including chat lifecycle management, contextual processing, isolation principles, and system design guarantees.
Each conversation in AI Chat is stored as an individual chat object. A chat maintains its own message history and contextual information throughout its lifetime.
The lifecycle of a chat typically includes the following stages:
•Creation: A new chat is created when the user starts a conversation in the AI Chat interface.
•Active: Messages are exchanged and contextual information is continuously updated as the conversation progresses.
•Reopened: Previously created chats can be reopened from the chat history to continue the conversation with its stored context.
•Archived: Chats can be archived to keep the chat list organized while preserving the conversation history.
•Deletion: Chats can be permanently deleted by the user when they are no longer needed.
AI Chat maintains contextual awareness within each chat, ensuring coherent interactions throughout the conversation.
The assistant can:
•Retain the entire conversation history, enabling continuity.
•Understand follow-up questions in relation to previously exchanged information, ensuring relevant and contextual answers.
•Takes the current view within the application into account when processing a request.
Context is maintained throughout the conversation to enable coherent, multi-turn analysis.
Starting a new chat, results in a complete context reset, meaning each chat begins without any carry-over from prior interactions.
Context isolation ensures that each chat maintains its own isolated context:
•Strict Isolation: Chats are completely isolated from one another. There is no carry-over of context.
•New Chat: Each new chat represents a total context reset, with no hidden shared memory layers.
For users concerned with security and stability, the AI Chat system guarantees:
•Deterministic Context Boundaries: Each chat operates within clearly defined context boundaries.
•No Hidden States: There's no accidental sharing of data between different chats.
•Explicit Deletion Semantics: All deletions are hard deletes; once a chat is removed, it is permanently inaccessible.
The AI Chat feature enhances your Raynet One experience by providing intuitive, conversational access to your IT data and insights.