Interface for transforming sessions into memory content. If not provided, MemoryService stores session reference only.

interface MemorySummaryProvider {
    summarize(session: Session): Promise<MemoryContent>;
}

Implemented by

Methods

Methods