Skip to content
Discussion options

You must be logged in to vote

Sessions and Contexts in Fabric

We have a concept of "sessions" and "contexts" in Fabric.

The key difference lies in what they store and their purpose:

  • Context: A "context" stores the entire history of a conversation. It's a log of all messages exchanged between you and the AI, including your prompts and the AI's responses. When you start a new chat and provide context, you are essentially loading the entire conversation history into the current chat, allowing the AI to have a "memory" of past interactions. This is useful for maintaining a continuous dialogue on a specific topic over multiple interactions.

  • Session: A "session" is more ephemeral and represents a single, continuous int…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ksylvan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
4 participants
Converted from issue

This discussion was converted from issue #1483 on July 06, 2025 05:19.