A topic segment within a memory for granular search.

interface TopicSegment {
    topic: string;
    summary: string;
    relevance?: "high" | "medium" | "low";
}

Properties

topic: string

Short topic label

summary: string

Detailed summary of this topic

relevance?: "high" | "medium" | "low"

How prominent was this topic