+ {/* biome-ignore lint/a11y/noStaticElementInteractions: modal content wrapper */}
+
e.stopPropagation()}
+ onKeyDown={(e) => e.stopPropagation()}
+ >
+
+
+
+
+
+ Session Context
+
+
+
+ This is what the assistant has learned from your conversation so
+ far. It uses this context to provide more relevant answers.
+
+ {hasContext ? (
+
{sessionContext.summary}
+ ) : (
+
+
+
+
+
+ No context yet. Ask some questions to build context.
+
+
+ )}
+
+
+ {sessionContext?.last_updated
+ ? `Last updated: ${formatRelativeTime(sessionContext.last_updated)}`
+ : ""}
+
+
+
+